{% extends "base_simple.html" %} {% load chunks i18n %} {% block titleextra %}{% trans "Wolne Lektury potrzebujÄ… Twojej pomocy!" %}{% endblock %} {% block body %}
{% blocktrans trimmed with year=view.kwargs.year email=object.email %} Zestawienie darowizn w roku {{ year }} dla adresu {{ email }}. {% endblocktrans %}
{% for order in payments %} {% endfor %}
{% trans "Data" %}
{% trans "Kwota" %}
{{ order.completed_at.date }}
{{ order.get_amount }} zł
{% trans "Suma" %}:
{{ total_amount|default:0 }} zł
{% endblock %}