X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/includes/fundings.html?ds=sidebyside diff --git a/src/funding/templates/funding/includes/fundings.html b/src/funding/templates/funding/includes/fundings.html index e13e1ec18..1371511bf 100644 --- a/src/funding/templates/funding/includes/fundings.html +++ b/src/funding/templates/funding/includes/fundings.html @@ -1,28 +1,26 @@ {% spaceless %} + {% load i18n %} + {% load pagination_tags %} -{% load i18n %} -{% load pagination_tags %} - - - -{% for funding in fundings %} - - +
{{ funding.payed_at.date }}
+ {% for funding in fundings %} + + -{% endfor %} -
{{ funding.completed_at.date }} - {% if funding.name %} - {{ funding.name }} - {% else %} - {% trans "Anonymous" %} - {% endif %} + {% if funding.name %} + {{ funding.name }} + {% else %} + {% trans "Anonim" %} + {% endif %} {{ funding.amount }} zł   - {% for perk in funding.perks.all %} - {{ perk.name }}{% if not forloop.last %},{% endif %} - {% endfor %} + {% for perk in funding.perks.all %} + {{ perk.name }}{% if not forloop.last %},{% endif %} + {% endfor %}
- -{% endspaceless %}{% paginate %} - + + {% endfor %} + +{% endspaceless %} +{% paginate %}