X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/97c8c6d7c7961976172bece182832d01c9c0fc4b..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/club/templates/payu/rec_payment.html diff --git a/src/club/templates/payu/rec_payment.html b/src/club/templates/payu/rec_payment.html index 254c2bc46..3b7b18459 100644 --- a/src/club/templates/payu/rec_payment.html +++ b/src/club/templates/payu/rec_payment.html @@ -1,41 +1,51 @@ -{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} +{% extends "2022/base_simple.html" %} +{% load i18n %} -{% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %} +{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %} {% block body %} -
- -

Wspierasz Wolne Lektury

- -

Zlecasz comiesięczną płatność w wysokości {{ schedule.amount}} zł. Dziękujemy!

- -
- {% csrf_token %} - {{ form }} -
- - - - - -
- +
+ + {# On the card payment page. #} +

{% trans "Supporting Wolne Lektury" %}

+ +

+ {% if schedule.payed_at %} + Aktualizujesz dane swojej comiesięcznej darowizny w kwocie {{ amount }} PLN. Dziękujemy!

+ Jeśli chcesz zrezygnować z dalszego wsparcia Wolnych Lektur, możesz to zrobić na stronie swojej darowizny. + {% else %} + {% blocktrans with amount=schedule.amount %} + You are setting up a monthly payment in the amount of {{ amount }} PLN. Thank you! + {% endblocktrans %} + {% endif %} +

+ +

+
+ {% csrf_token %} + {{ form }} +
+ + + +
+