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