{% load i18n l10n fontawesome_5 humanize %}
{% trans 'Account Identifier' %} | {% trans 'Amount' %} | {% trans 'Created' %} | {% trans 'Action' %} |
---|---|---|---|
{% if deduction.account.deleted or not deduction.account.recorded %} {% fa5_icon 'exclamation-triangle' %} {% endif %} {{ deduction.account.identifier }} | {{ deduction.surface|floatformat:2|intcomma }} m² | {{ deduction.created.timestamp|default_if_none:""|naturalday}} | {% if is_default_member and has_access %} {% endif %} |