{% extends "mapentity/mapentity_detail.html" %} {% load i18n l10n static geojson_tags thumbnail %} {% block download %} {{ block.super }}
{% trans "GPX" %} {% trans "KML" %} {% trans "Print" %} {% trans "Print booklet" %} {% endblock download %} {% 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 %}