X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b86e623b0ff7a5a53bdb29df06eab039ebe4e1e..d4489421ccb20d02ad94d4782478a9a38d438ec5:/src/club/templates/club/schedule.html diff --git a/src/club/templates/club/schedule.html b/src/club/templates/club/schedule.html index 6baa9a4fc..bfae8c56c 100644 --- a/src/club/templates/club/schedule.html +++ b/src/club/templates/club/schedule.html @@ -7,36 +7,92 @@ {% block body %}
-

Plan płatności

- -
{{ schedule.email }}
-
{{ schedule.amount }}
-
{{ schedule.plan.get_interval_display }}
+

+Cieszymy się, że jesteś z nami! Dziękujemy za wsparcie! +

+

+Od {{ schedule.started_at.date }} +{% if schedule.expires_at %} + do {{ schedule.expires_at.date }} +{% endif %} +wspierasz nas kwotą {{ schedule.amount }} zł{% if schedule.monthly %} miesięcznie{% endif %}{% if schedule.yearly %} rocznie{% endif %}. +

-
{{ schedule.is_active|yesno:"Aktywne,Nieaktywne" }}
+{% if schedule.is_active %} + {% if schedule.is_recurring %} + {% if schedule.is_cancelled %} +

Płatność anulowana.

+

+ Odnów składkę +

+ {% else %} +
+ {% csrf_token %} + +
+ {% endif %} + {% else %} +
+ {% csrf_token %} + +
+ {% endif %} -
Start: {{ schedule.started_at }}
-
Opłacone do: {{ schedule.expires_at|default:"brak" }} {% if schedule.is_cancelled %}(anulowana){% endif %}
-{% if schedule.expires_at and not schedule.is_cancelled %} -
- {% csrf_token %} - -
+{% else %} + {% if schedule.is_expired %} + Członkostwo wygasło. +
+ {% csrf_token %} + +
+ + + {% else %} + {% if not schedule.payed_at %} + Składka nie została jeszcze opłacona. + {% if schedule.payuorder_set.exists %} + Czekamy na potwierdzenie płatności. + {% else %} + +
+ {% csrf_token %} + +
+ + {% endif %} + {% endif %} + {% endif %} {% endif %} -{% if schedule.is_expired %} - Płatność wygasła. Wykonaj nową płatność. -{% endif %} + +
+ + +

Towarzystwo Przyjaciół Wolnych Lektur

+ {% if schedule.membership %}

- Członek/członkini Towarzystwa nr {{ schedule.membership.id }} ({{ schedule.membership.user }}). -

+ Należysz już do Towarzystwa Przyjaciół Wolnych Lektur!

+ +
+ {% csrf_token %} + Skontaktujemy się z Tobą w sprawie odbioru legitymacji członkowskiej.
Tutaj możesz podać imię i nazwisko, jakie ma na niej widnieć:
+
+ +
+ {% else %} + +

+Twoje wsparcie upoważnia Cię do członkostwa w Towarzystwie Przyjaciół Wolnych Lektur. +Aby w pełni z niego korzystać, zapisz się do Towarzystwa swoim kontem użytkownika na Wolnych Lekturach. +

+ +

-Płatność nie przypisana do członkostwa.
-Przypisz +Zapisz się

{% endif %}