1 {% extends "base.html" %}
3 {% block titleextra %}Fundusz Wolnych Lektur{% endblock %}
7 <h1>Fundusz Wolnych Lektur</h1>
8 <p>Suma: {{ amount }}</p>
11 {% for entry in log %}
12 <li class="white-box normal-text funding-plus">
13 {{ entry.end }} +{{ entry.sum }}
14 <span style="float:right">Częściowa zbiórka na: {{ entry }}</span>