{% extends "common/common_detail.html" %} {% load i18n l10n static 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 attachments_extra_tab_nav %} {% with attachments_count=object.attachments.count|add:object.view_points.count %} {% endwith %%} {% 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 }} {% are_hdviews_enabled as are_hdviews_enabled %} {% if are_hdviews_enabled %}

{% include "common/hdviewpoint_detail_fragment.html" %} {% endif %} {% 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 %}