{% from 'macros.html' import show_life_span with context %}
{{ _('Event') }}
{{ entity['name'] }} {{ show_life_span(entity, False) }}
{{ _('Place') }}
{% if entity['place-relation-list'] is not defined %}
{{ _('Unknown place') }}
{% else %}
{{ entity['place-relation-list'][0]['place']['name']}}
{% endif %} {% block more_info %} {# Information like creation date, votes etc. #} {% endblock %}