{% load i18n l10n fontawesome_5 humanize %}
{{withdraws.count}} {% trans 'Eco Account Withdraws' %}
{% if is_default_member and has_access %} {% endif %}
{% for withdraw in withdraws %} {% endfor %}
{% trans 'Intervention Identifier' %} {% trans 'Recorded' %} {% trans 'Amount' %} {% trans 'Created' %} {% trans 'Action' %}
{{ withdraw.intervention.identifier }} {% if withdraw.intervention.recorded %} {% else %} {% endif %} {{ withdraw.surface|floatformat:2|intcomma }} m² {{ withdraw.created.timestamp|default_if_none:""|naturalday}} {% if is_default_member and has_access %} {% endif %}