X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/149ca28f533a257ed8034f88a615c8d7abbc9f69..refs/heads/master:/src/funding/templates/funding/wlfund.html diff --git a/src/funding/templates/funding/wlfund.html b/src/funding/templates/funding/wlfund.html index ed872e426..bff10921e 100644 --- a/src/funding/templates/funding/wlfund.html +++ b/src/funding/templates/funding/wlfund.html @@ -1,33 +1,34 @@ -{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "Remaining funds" %}{% endblock %} +{% block titleextra %}{% trans "PozostaÅe Årodki" %}{% endblock %} {% block body %} -
- {% 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." %}
{% 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." %} |