{% 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)