{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load funding_tags %} {% block titleextra %}{% trans "Support Wolne Lektury" %}{% endblock %} {% block body %}

{% trans "Support Wolne Lektury" %}

{% for funding in object_list %} {% if funding.is_current %}

{% trans "Current fundraiser:" %}

{% elif forloop.is_first %}

{% trans "Previous fundraisers:" %}

{% endif %}

{{ funding.start }} – {{ funding.end }} {% if not funding.is_current %} ({% trans "funding closed" %}) {% endif %}

{% funding funding link=1 %} {% offer_detail_head funding %}
{% if funding.is_current and not forloop.is_last %}

{% trans "Previous fundraisers:" %}

{% endif %} {% endfor %} {% endblock %}