X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/575e58df64c98b53edca9fb6a29b284dbc375609..28cb104054903726b0556222929f8f2e9941882d:/apps/funding/templates/funding/wlfund.html diff --git a/apps/funding/templates/funding/wlfund.html b/apps/funding/templates/funding/wlfund.html index 5f3ca65b5..8188f1a86 100755 --- a/apps/funding/templates/funding/wlfund.html +++ b/apps/funding/templates/funding/wlfund.html @@ -1,33 +1,37 @@ {% extends "base.html" %} +{% load i18n %} -{% block titleextra %}Fundusz Wolnych Lektur{% endblock %} +{% block titleextra %}{% trans "Wolne Lektury Fund" %}{% endblock %} {% block body %} -

Fundusz Wolnych Lektur

+

{% trans "Wolne Lektury Fund" %}

- - - + + + + + + {% for tag, entry in log %} {% if tag == 'spent' %} - - - + + {% else %} - - - + +
Bilans:
{{ amount }}
 
{% trans "Balance" %}:
 
{{ amount }} zł
 
{{ entry.timestamp }}
{{ entry.total }}
-{{ entry.amount }} zł
Książka: +
-{{ entry.amount }} zł
{{ entry.total }} zł
{% trans "Book" %}: {{ entry.book }}
{{ entry.end }}
{{ entry.total }}
+{{ entry.sum }} zł
Pieniądze z częściowej zbiórki: +
+{{ entry.sum }} zł
{{ entry.total }} zł
{% trans "Money from partial fundraiser" %}: {{ entry }}