X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7451b87d12c06755d6dc278e72b6650f8de8b4a..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 71dcdca37..3b7b18459 100644 --- a/src/club/templates/payu/rec_payment.html +++ b/src/club/templates/payu/rec_payment.html @@ -1,8 +1,8 @@ -{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "Towarzystwo Przyjaciół Wolnych Lektur" %}{% endblock %} +{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %} {% block body %} @@ -12,36 +12,40 @@

{% 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 %} + {% 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 }} -
- - - - - -
- +

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