X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e24e657ebf536f55c1bde66bd41563fae30a98b0..7a8610e5869654bd2e8351b34b9e722ce6de73bd:/src/funding/templates/funding/wlfund.html diff --git a/src/funding/templates/funding/wlfund.html b/src/funding/templates/funding/wlfund.html index 5a1ba61b4..bff10921e 100644 --- a/src/funding/templates/funding/wlfund.html +++ b/src/funding/templates/funding/wlfund.html @@ -26,7 +26,8 @@ {% trans "Data" %}: {% trans "Rozdysponowanie środków" %}: - {% trans "Kwota" %}: + {% trans "Zebrane" %}: + {% trans "Wydane" %}: {% trans "Bilans" %}: @@ -35,20 +36,29 @@ {{ entry.timestamp }} - {% trans "Pieniądze przeznaczone na opublikowanie książki" %}: - {{ 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ł {% else %} {{ entry.end }} - {% trans "Pieniądze pozostałe ze zbiórki na" %}: + {% trans "Zbiórka" %}: {{ entry }} - +{{ entry.wlfund }} zł + {{ entry.wlfund }} zł + {{ entry.total }} zł {% endif %}