{% load static %} {% load i18n %}
{% csrf_token %} {{ form.errors }}
{% if user.is_staff %} {% endif %}
{% with amounts=club.get_amounts %}
{% for amount in amounts.single %}

{{ amount.amount }} zł

{% if amount.description %}

{{ amount.description|safe }}

{% endif %}
{% endfor %}
{% for amount in amounts.monthly %}

{{ amount.amount }} zł {% trans "/mies." context "kwota na miesiąc" %}

{% if amount.description %}

{{ amount.description|safe }}

{% endif %}
{% endfor %}
{{ form.custom_amount }}
{% endwith %}
{% trans "Bezpieczne płatności zapewniają" %}: PayU Visa MasterCard {% if club.paypal_enabled %} PayPal {% endif %}

{% trans "Dane do przelewu tradycyjnego" %}:

{% include "club/transfer_info.html" %}