X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/funding/templates/funding/wlfund.html diff --git a/src/funding/templates/funding/wlfund.html b/src/funding/templates/funding/wlfund.html index bb8a2bea2..0054956db 100644 --- a/src/funding/templates/funding/wlfund.html +++ b/src/funding/templates/funding/wlfund.html @@ -1,59 +1,63 @@ -{% extends "base.html" %} +{% extends "base_simple.html" %} {% load i18n %} {% block titleextra %}{% trans "Remaining funds" %}{% endblock %} {% block body %} +

{% trans "Remaining funds" %}

-

{% 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 %} -

-

{% 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 "Learn more" %}.

+

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

+
-

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

-
- - +
- - - - + + + + {% for tag, entry in log %} - {% if tag == 'spent' %} + {% if tag == 'spent' %} - - - - + + + + - {% else %} + {% else %} - - - - + + + + - {% endif %} + {% 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.book }}-{{ entry.amount }} zł{{ entry.total }} zł{{ entry.timestamp }} + {% trans "Money spent on publishing the book" %}: + {{ entry.book }} + -{{ entry.amount }} zł{{ entry.total }} zł
{{ entry.end }}{% trans "Money remaining from the fundraiser for" %}: - - {{ entry }}+{{ entry.wlfund }} zł{{ entry.total }} zł{{ 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." %} -
+ {% trans "There are no previous fundraisers to show yet." %} +
- - + {% endblock %}