X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e4361db55c609da54f2f304b97b1b519bd782cde..707ff1adf5a78ff21df1bbb45ee2a142f8cd6ddc:/apps/funding/templates/funding/offer_detail.html?ds=sidebyside diff --git a/apps/funding/templates/funding/offer_detail.html b/apps/funding/templates/funding/offer_detail.html index 80d0965f5..5cd3e0970 100755 --- a/apps/funding/templates/funding/offer_detail.html +++ b/apps/funding/templates/funding/offer_detail.html @@ -4,6 +4,7 @@ {% load funding_tags %} {% load pagination_tags %} {% load fnp_share %} +{% load thumbnail %} {% block titleextra %}{{ object }}{% endblock %} @@ -19,7 +20,13 @@
{% if object.cover %} - + Cover {% endif %}

{% trans "Help free the book!" %}

@@ -67,20 +74,20 @@ {% autopaginate fundings 10 %} {% for funding in fundings %} -
{{ funding.payed_at.date }}
-
+ {{ funding.payed_at.date }} + {% if funding.name %} {{ funding.name }} {% else %} {% trans "Anonymous" %} {% endif %} -
-
{{ funding.amount }} zł
-
+ + {{ funding.amount }} zł + {% for perk in funding.perks.all %} {{ perk.name }}{% if not forloop.last %},{% endif %} {% endfor %}  -
+ {% endfor %}