{% extends 'base.html' %} {% load chunks %} {% load club %} {% load i18n static %} {% block global-content %}
{% comment %}
{% endcomment %}
{% chunk "donate-top" %}
{% if view.step > 1 and view.step != 4 %} {% endif %}
1

{% trans "Kwota 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 %}