{% extends "tabs.html" %} {% block tab_info %}
{{ ('entity/' + entity.class_.view)|manual }} {{ buttons|join(' ') }} {{ entity.id|bookmark_toggle }} {% if entity.class_.view == 'file' %} {% if entity.image_id %} {{ entity|download_button }} {% else %} {{ _("missing file")|uc_first }} {% endif %} {% endif %} {{ entity|siblings_pager(structure) }}

{{ entity.name }}

{% if entity.image_id %} {{ entity|display_profile_image }} {% endif %}
{{ entity.info_data|display_info }}
{{ entity|display_external_references }} {{ entity|description }}
{% if gis_data %}
{% endif %}
{% endblock %}