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