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