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

{{ schedule.amount|floatformat }} zł {% if schedule.monthly %} {% trans "/mies." context "kwota na miesiąc" %} {% endif %}

{% for method in schedule.get_payment_methods %} {% invite_payment method schedule %} {% endfor %}

{% trans "Możesz też ustawić stały przelew na konto:" %}

{% include "club/transfer_info.html" %}
{% trans "Bezpieczne płatności zapewniają" %}: PayU Visa MasterCard {% if club.paypal_enabled %} PayPal {% endif %}
{% endblock %}