1 {% extends "base.html" %}
2 {% load url from future %}
4 {% load funding_tags %}
6 {% block titleextra %}{% trans "Support Wolne Lektury" %}{% endblock %}
9 <h1>{% trans "Support Wolne Lektury" %}</h1>
12 {% for funding in object_list %}
13 <li class="white-box funding-{% if funding.is_current %}current{% else %}stale{% endif %}">
14 <p class="normal-text">{{ funding.start }} – {{ funding.end }}
15 {% if not funding.is_current %}
16 ({% trans "funding closed" %})
19 {% funding funding link=1 %}
20 {% offer_detail_head funding %}