{% load i18n l10n fontawesome_5 humanize %}
{{obj.withdraws.count}} {% trans 'Eco Account Withdraws' %}
{% if is_default_member and has_access %} {% endif %}
{% for withdraw in obj.withdraws.all %} {% endfor %}
{% trans 'Intervention Identifier' %} {% trans 'Amount' %} {% trans 'Action' %}
{{ withdraw.intervention.identifier }} {{ withdraw.surface|floatformat:2|intcomma }} m² {% if is_default_member and has_access %} {% endif %}