{% load i18n mapentity_tags %} {% if object.length %} {% trans "Length" %} {# ``length`` attribute comes from AltimetryMixin and triggers #} ↝ {{ object.length|floatformat }} m {# ``geom.length`` is 2D and is computed by GEOS #} (→ {{ object.geom.length|floatformat }} m) {% endif %} {% if object.slope %} {% trans "Slope" %} {{ object.descent|floatformat }}m +{{ object.ascent|floatformat }}m ({{ object.slope|floatformat }}) {% endif %} {% trans "Elevation" %} Min: {{ object.min_elevation|floatformat }} m{% if not object.ispoint %}, Max: {{ object.max_elevation|floatformat }} m{% endif %}