X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/575e58df64c98b53edca9fb6a29b284dbc375609..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 5f3ca65b5..bb8a2bea2 --- a/apps/funding/templates/funding/wlfund.html +++ b/apps/funding/templates/funding/wlfund.html @@ -1,37 +1,57 @@ {% extends "base.html" %} +{% load i18n %} -{% block titleextra %}Fundusz Wolnych Lektur{% endblock %} +{% block titleextra %}{% trans "Remaining funds" %}{% endblock %} {% block body %} -

Fundusz Wolnych Lektur

+

{% trans "Remaining funds" %}

+
+

{% blocktrans with r="http://redakcja.wolnelektury.pl/" %}If +the full amount needed for publishing a book is not raised in time, +the funds are spent on other books waiting for +publication. The same thing happens with any money remaining +from successful fundraisers.{% endblocktrans %} - +{% trans "Learn more" %}.

- +

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

+ +
Bilans:
{{ amount }}
 
+ + + + + + {% for tag, entry in log %} {% if tag == 'spent' %} - - - - + + + + {% else %} - - - - + + {{ entry }} + + {% endif %} + {% empty %} + {% endfor %}
{% trans "Date" %}:{% trans "Operation" %}:{% trans "Amount" %}:{% trans "Balance" %}:
{{ entry.timestamp }}
{{ entry.total }}
-{{ entry.amount }} zł
Książka: - {{ entry.book }}
{{ entry.timestamp }}{% trans "Money spent on publishing the book" %}: + + {{ entry.book }}-{{ entry.amount }} zł{{ entry.total }} zł
{{ entry.end }}
{{ entry.total }}
+{{ entry.sum }} zł
Pieniądze z częściowej zbiórki: +
{{ entry.end }}{% trans "Money remaining from the fundraiser for" %}: - {{ entry }}+{{ entry.wlfund }} zł{{ entry.total }} zł
+ {% trans "There are no previous fundraisers to show yet." %} +