{% extends "mapentity/mapentity_detail.html" %} {% load i18n static mapentity_tags %} {% block download %} {{ block.super }}
{% trans "GPX" %} {% trans "KML" %} {% endblock download %} {% block detailspanel %} {% if not path.valid %}
{% trans "Not validated" %}
{% endif %} {{ block.super }} {% endblock detailspanel %} {% block mappanel %} {{ block.super }} {% include "altimetry/altimetric_profile_fragment.html" with profile_url="core:path_profile_svg" %} {% endblock mappanel %}