{% load i18n mapentity_tags %}
{% if object.ispoint %}
{% trans "Elevation" %}
{{ object.min_elevation|floatformat }}m
{% else %}
{% 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)