{% load i18n l10n fontawesome_5 humanize %}
{% trans 'Account Identifier' %} | {% trans 'Amount' %} | {% trans 'Created' %} | {% if is_default_member and is_entry_shared %}{% trans 'Action' %} | {% endif %}
---|---|---|---|
{% 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 is_entry_shared %} {% endif %} |