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