{% extends 'club/2022/donation_step_base.html' %} {% load static %} {% block donation-jumbo-image %}{% static '2022/images/checkout-img-2.jpg' %}{% endblock %} {% block donation-step-content %}

{{ schedule.amount|floatformat }} zł {% if schedule.monthly %} /mies. {% endif %}

{% csrf_token %} {{ form.errors }} {{ form.amount }} {{ form.monthly }}
{{ form.first_name }} {{ form.first_name.errors }}
{{ form.last_name }} {{ form.last_name.errors }}
{{ form.email }} {{ form.email.errors }}
{{ form.phone }} {{ form.phone.errors }}
{{ form.postal }} {{ form.postal.errors }}
{{ form.postal_code }} {{ form.postal_code.errors }}
{{ form.postal_town }} {{ form.postal_town.errors }}
{{ form.postal_country }} {{ form.postal_country.errors }}
{% for consent, key, field in form.consent %} {{ field.errors }}
{{ field }}
{% endfor %}
{{ form.agree_newsletter }}
Powrót
Bezpieczne płatności zapewniają {% endblock %}