{% load i18n l10n fontawesome_5 humanize %}
{% trans 'Intervention Identifier' %} | {% trans 'Recorded' %} | {% trans 'Amount' %} | {% trans 'Created' %} | {% trans 'Action' %} |
---|---|---|---|---|
{{ withdraw.intervention.identifier }} | {% if withdraw.intervention.recorded %} {% else %} {% endif %} | {{ withdraw.surface|floatformat:2|intcomma }} m² | {{ withdraw.created.timestamp|default_if_none:""|naturalday}} | {% if is_default_member and has_access %} {% endif %} |