X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..7a8610e5869654bd2e8351b34b9e722ce6de73bd:/src/funding/templates/funding/wlfund.html diff --git a/src/funding/templates/funding/wlfund.html b/src/funding/templates/funding/wlfund.html index a86735219..bff10921e 100644 --- a/src/funding/templates/funding/wlfund.html +++ b/src/funding/templates/funding/wlfund.html @@ -1,33 +1,34 @@ -{% extends "base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "Remaining funds" %}{% endblock %} +{% block titleextra %}{% trans "Pozostałe środki" %}{% endblock %} {% block body %} -

{% trans "Remaining funds" %}

+

{% trans "Pozostałe środki" %}

- {% 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. + {% blocktrans trimmed with r="http://redakcja.wolnelektury.pl/" %} + Gdy nie udaje się zebrać pełnej kwoty potrzebnej do opublikowania książki, + środki przekazujemy na redakcję innych utworów + oczekujących na publikację w serwisie. Na ten cel przekazujemy również + nadmiarowe środki ze zbiórek ukończonych sukcesem. {% endblocktrans %} - {% trans "Learn more" %}. + {% trans "Dowiedz się więcej" %}.

-

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

+

{% trans "W poniższej tabeli rejestrujemy wydatkowanie tych środków." %}

- - - - + + + + + {% for tag, entry in log %} @@ -35,27 +36,36 @@ - + + {% else %} - + + {% endif %} {% empty %} {% endfor %}
{% trans "Date" %}:{% trans "Operation" %}:{% trans "Amount" %}:{% trans "Balance" %}:{% trans "Data" %}:{% trans "Rozdysponowanie środków" %}:{% trans "Zebrane" %}:{% trans "Wydane" %}:{% trans "Bilans" %}:
{{ entry.timestamp }} - {% trans "Money spent on publishing the book" %}: - {{ entry.book }} + {% trans "Pieniądze przeznaczone na publikację" %}: + {% if entry.book %} + {{ entry.book }} + {% if entry.annotation %} + ({{ entry.annotation }}) + {% endif %} + {% else %} + {{ entry.annotation }} + {% endif %} -{{ entry.amount }} zł{{ entry.amount }} zł {{ entry.total }} zł
{{ entry.end }} - {% trans "Money remaining from the fundraiser for" %}: + {% trans "Zbiórka" %}: {{ entry }} +{{ entry.wlfund }} zł{{ entry.wlfund }} zł {{ entry.total }} zł
- {% trans "There are no previous fundraisers to show yet." %} + {% trans "Nie ma jeszcze żadnych zakończonych zbiórek." %}