{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% load i18n %} {% block titleextra %}{% trans "Towarzystwo Przyjaciół Wolnych Lektur" %}{% endblock %} {% block body %}
{# On the card payment page. #}

{% trans "Supporting Wolne Lektury" %}

{% blocktrans with amount=schedule.amount %} You are setting up a monthly payment in the amount of {{ amount }} PLN. Thank you! {% endblocktrans %}

{% csrf_token %} {{ form }}
{% endblock %}