{% extends 'base.html' %} {% load chunks %} {% load club %} {% load i18n static %} {% block global-content %}
Wspieraj Wolne Lektury

{% trans "Wspieraj Wolne Lektury" %}

{% trans "Dziękujemy, że chcesz razem z nami uwalniać książki!" %}

{% trans "Wspieraj Wolne Lektury stałą wpłatą – nawet niewielka ma wielką moc! Możesz też wesprzeć Wolne Lektury jednorazowo." %}

{% if view.step > 1 and view.step != 4 %} {% endif %}
1

{% trans "Rodzaj wsparcia" %}

{% if view.step > 1 and view.step != 4 %}
{% endif %} {% if view.step != 2 and schedule and view.step != 4 %} {% endif %}
2

{% trans "Dane" %}

{% if view.step != 2 and schedule and view.step != 4 %}
{% endif %} {% if view.step != 3 and schedule.email and view.step != 4 %} {% endif %}
3

{% trans "Forma płatności" %}

{% if view.step != 3 and schedule.email and view.step != 4 %}
{% endif %}
4

{% trans "Gotowe" %}

{% block donation-step-content %}{% endblock %}
{% endblock %}