{% load i18n l10n fontawesome_5 humanize %}
{{obj.deductions.count}} {% trans 'Eco Account Deductions' %}
{% if is_default_member and is_entry_shared %} {% endif %}
{% if is_default_member and is_entry_shared %} {% endif %} {% for deduction in obj.deductions.all %} {% endfor %}
{% 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 is_entry_shared %} {% endif %}