{% load i18n l10n fontawesome_5 %}
{{intervention.withdraws.count}} {% trans 'Eco Account Withdraws' %}
{% if is_default_member and has_access %} {% endif %}
{% for withdraw in intervention.withdraws.all %} {% endfor %}
{% trans 'Account Identifier' %} {% trans 'Amount' %} {% trans 'Action' %}
{{ withdraw.account.identifier }} {{ withdraw.amount|floatformat:2 }} % {% if is_default_member and has_access %} {% endif %}