{% for year in donations %}
{{strings.date[locale]}} | {{strings.via[locale]}} | {{strings.from[locale]}} | {{strings.amount[locale]}} | ||
---|---|---|---|---|---|
{{donation.date}} | {% if donation.via == 'opencollective' %}Open Collective | {% else %}{{strings[donation.via][locale]}} | {% endif %} {% if donation.from %}{{donation.from}} | {% else %}*** | {% endif %}{{donation.amount | amount}} € |
{{strings.total[locale]}} | {{year.donations | sum | amount}} € |