{% from 'macros.html' import show_life_span with context %}
{{ _('Label') }}
{{ entity['name'] }} {{ show_life_span(entity, False) }}
{{ _('Type') }}
{{ entity['type'] or '-' }}
{{ _('Country') }}
{{ entity['area'] or '-' }}
{% block more_info %} {# Information like creation date, votes etc. #} {% endblock %}