X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/002577cf05a6730e8b1c97d1931d79758cbcbfdc..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/funding/templates/funding/wlfund.html diff --git a/apps/funding/templates/funding/wlfund.html b/apps/funding/templates/funding/wlfund.html deleted file mode 100755 index 54416fad6..000000000 --- a/apps/funding/templates/funding/wlfund.html +++ /dev/null @@ -1,56 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block titleextra %}{% trans "Remaining funds" %}{% endblock %} - -{% block body %} - -

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

-
- - - - - - - - - - - - {% for tag, entry in log %} - {% if tag == 'spent' %} - - - - - - - {% else %} - - - - - - - {% endif %} - {% endfor %} -
{% 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.end }}
{% trans "Money remaining from the fundraiser for" %}: - - {{ entry }}
+{{ entry.wlfund }} zł
{{ entry.total }} zł
- - -{% endblock %}