X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7451b87d12c06755d6dc278e72b6650f8de8b4a..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 @@
- {% 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 %}
- - - - - - - - + + + + + + +