X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5f176bb52a7a59bf88f5728e60a3a62e12fb3d54..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/funding/templates/funding/wlfund.html diff --git a/apps/funding/templates/funding/wlfund.html b/apps/funding/templates/funding/wlfund.html old mode 100755 new mode 100644 index 54416fad6..bb8a2bea2 --- a/apps/funding/templates/funding/wlfund.html +++ b/apps/funding/templates/funding/wlfund.html @@ -19,36 +19,39 @@ from successful fundraisers.{% endblocktrans %}

{% trans "Spending these remaining funds is recorded in this table." %}

- - - - - + + + + {% for tag, entry in log %} {% if tag == 'spent' %} - - + - - + {{ entry.book }} + + {% else %} - - + - - + {{ entry }} + + {% endif %} + {% empty %} + {% endfor %}
{% trans "Date" %}:
{% trans "Operation" %}:
{% trans "Amount" %}:
{% trans "Balance" %}:
{% trans "Date" %}:{% trans "Operation" %}:{% trans "Amount" %}:{% trans "Balance" %}:
{{ entry.timestamp }}
{% trans "Money spent on publishing the book" %}: +
{{ entry.timestamp }}{% trans "Money spent on publishing the book" %}: - {{ entry.book }}
-{{ entry.amount }} zł
{{ entry.total }} zł
-{{ entry.amount }} zł{{ entry.total }} zł
{{ entry.end }}
{% trans "Money remaining from the fundraiser for" %}: +
{{ entry.end }}{% trans "Money remaining from the fundraiser for" %}: - {{ entry }}
+{{ entry.wlfund }} zł
{{ entry.total }} zł
+{{ entry.wlfund }} zł{{ entry.total }} zł
+ {% trans "There are no previous fundraisers to show yet." %} +