1 {% extends "2022/base_simple.html" %}
5 {% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %}
11 Cieszymy się, że jesteś z nami! Dziękujemy za wsparcie!
13 <div class="white-box normal-text">
17 {% if schedule.payed_at %}
19 {{ schedule.amount }} zł
24 {{ schedule.payed_at.date }}
28 {% if schedule.is_expired %}
29 <strong style="color: red">
30 Status darczyńcy nieaktywny od
31 {{ schedule.expires_at.date }}
34 <strong style="color: green">
35 Status darczyńcy aktywny
36 {% if schedule.get_payment_method.expiration_reliable %}
38 {{ schedule.expires_at.date }}
49 {% if schedule.is_active %}
50 {% if schedule.is_recurring %}
51 {% if schedule.is_cancelled %}
52 <p><strong>Płatność anulowana.</strong></p>
54 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="/pomagam/">Wpłać ponownie</a>
57 {% if schedule.get_payment_method.updateable %}
58 <form method='post' action='' class="wlform">
60 <button type="submit" class="submit">
61 Zaktualizuj dane płatności
67 {% if schedule.get_payment_method.cancellable %}
68 <form class="wlform" method='post' action="{% url 'club_cancel' schedule.key %}">
70 <button type="submit" class="submit" style="font-size: .9em">Zrezygnuj z kolejnych płatności</button>
75 <form class="wlform" method='post' action=''>
77 <button type="submit" class="submit">Dorzuć się ponownie</button>
83 {% if schedule.is_expired %}
85 <form method='post' action='' class="wlform">
87 <button type="submit" class="submit">
88 {% if schedule.is_recurring %}
89 Zaktualizuj dane płatności
96 {% if schedule.get_payment_method.cancellable %}
98 <form class="wlform" method='post' action="{% url 'club_cancel' schedule.key %}">
100 <button type="submit" class="submit" style="font-size: .9em">Zrezygnuj z kolejnych płatności</button>
106 {% if not schedule.payed_at %}
107 <p>Płatność nie została jeszcze wykonana.</p>
108 {% if schedule.payuorder_set.exists %}
109 Czekamy na potwierdzenie płatności.
112 <form method='post' action='' class="wlform">
114 <button type="submit" class="submit">Dokończ płatność</button>
123 {% if not schedule.membership %}
125 <hr style="margin: 2em 0;">
127 <h2>Powiązanie z kontem użytkownika</h2>
131 Twoje wsparcie upoważnia Cię do przedpremierowego dostępu do publikacji.
132 Aby z niego korzystać, powiąż darowiznę ze swoim kontem użytkownika na Wolnych Lekturach.
136 <p style="margin-top:2em;">
137 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em;" href="{% url 'club_claim' schedule.key %}">
138 {% if request.user.is_authenticated %}
139 Powiąż darowiznę z kontem <strong>{{ request.user.username }}</strong>
141 Zaloguj się i powiąż darowiznę z kontem