{% extends "base.html" %} {% load i18n %} {% block titleextra %}{% trans "Wolne Lektury Fund" %}{% endblock %} {% block body %}

{% trans "Wolne Lektury Fund" %}

{% for tag, entry in log %} {% if tag == 'spent' %} {% else %} {% endif %} {% endfor %}
{% trans "Balance" %}:
 
{{ amount }} zł
 
{{ entry.timestamp }}
-{{ entry.amount }} zł
{{ entry.total }} zł
{% trans "Book" %}: {{ entry.book }}
{{ entry.end }}
+{{ entry.wlfund }} zł
{{ entry.total }} zł
{% trans "Excessive money from fundraiser" %}: {{ entry }}
{% endblock %}