{% if content is defined %} {% for month in content %}
{{ month.AmountTotal | format_currency(month.currency_code, locale=app.request.locale) }}
{% endfor %} {% else %}

O collecte

{% endif %}