{% extends "common/common_detail.html" %} {% load i18n l10n static thumbnail geotrek_tags %} {% block download %} {{ block.super }}
{% trans "Print" %} {% trans "Print booklet" %} {% endblock download %} {% block detailspanel %} {% include "common/publishable_completeness_fragment.html" %} {{ block.super }} {% endblock detailspanel %} {% block attachments_extra_tab_nav %} {% with attachments_count=object.attachments.count|add:object.view_points.count %} {% endwith %%} {% endblock %} {% block attachmentspanel %} {{ block.super }} {% are_hdviews_enabled as are_hdviews_enabled %} {% if are_hdviews_enabled %}

{% include "common/hdviewpoint_detail_fragment.html" %} {% endif %} {% endblock attachmentspanel %}