X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72fe2a679f27d81c92c65cf005ebf13fae7c7e34..db0d48d5087bd81928eceffec3dd9379ca52f558:/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 4c840a699..3f8fa58df 100644 --- a/src/club/templates/payu/rec_payment.html +++ b/src/club/templates/payu/rec_payment.html @@ -12,9 +12,14 @@
- {% 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 %}