{% extends "mapentity/mapentity_detail.html" %} {% load i18n l10n static geojson_tags thumbnail geotrek_tags mapentity_tags %} {% block download %} {{ block.super }}
{% trans "GPX" %} {% trans "KML" %} {% trans "Print" %} {% trans "Print booklet" %} {% endblock download %} {% block after_attachments_extra_tab_nav %} {% is_photos_accessibilities_enabled as enabled %} {% if enabled %} {% endif %} {% endblock %} {% block after_attachments_extra_tab_content %} {% is_photos_accessibilities_enabled as enabled %} {% if enabled %}
{{ accessibility_attachments_enabled }} {% include 'common/attachment_accessibility_list.html' %}
{% endif %} {% endblock %} {% block attachmentspanel %} {% include "trekking/ratio_info_fragment.html" %} {{ block.super }} {% endblock attachmentspanel %} {% block detailspanel %} {% include "common/publishable_completeness_fragment.html" %} {{ block.super }} {% endblock detailspanel %} {% block mappanel %} {{ block.super }} {% include "altimetry/altimetric_profile_fragment.html" with profile_url="trekking:trek_profile_svg" %} {% endblock mappanel %} {% block extrabody %} {{ block.super }} {% endblock extrabody %}