{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% load chunks i18n %} {% block titleextra %}Towarzystwo Przyjaciół Wolnych Lektur{% endblock %} {% block body %}

{% blocktrans with year=view.kwargs.year email=object.email %}Summary of donations in the year {{ year }} for the address {{ email }}.{% endblocktrans %}

{% for order in payments %} {% endfor %}
{% trans "Date" %} {% trans "Amount" %}
{{ order.completed_at.date }} {{ order.get_amount }} zł
{% trans "Total" %}: {{ total_amount|default:0 }} zł
{% endblock %}