{% load i18n l10n fontawesome_5 %}
{% trans 'Biotope type' %} | {% trans 'Surface' %} | {% if is_default_member and has_access %}{% trans 'Action' %} | {% endif %}
---|---|---|
{{ state.biotope_type }}
{% if state.biotope_type_details.count > 0 %}
{% trans 'Biotope additional type' %}: {% for detail in state.biotope_type_details.all %} {{detail.long_name}}
{% endfor %}
{% endif %}
|
{{ state.surface|floatformat:2 }} m² | {% if is_default_member and has_access %} {% endif %} |