1 {% extends "base_simple.html" %}
5 {% block titleextra %}{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}{% endblock %}
11 {% trans "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ł
23 {% trans "Pierwsza wpłata" %}:
24 {{ schedule.payed_at.date }}
28 {% if schedule.is_expired %}
29 <strong style="color: red">
30 {% trans "Status darczyńcy nieaktywny od" %}
31 {{ schedule.expires_at.date }}
34 <strong style="color: green">
35 {% trans "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>{% trans "Płatność anulowana." %}</strong></p>
54 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="/pomagam/">{% trans "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 {% trans "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">{% trans "Zrezygnuj z kolejnych płatności" %}</button>
75 <form class="wlform" method='post' action=''>
77 <button type="submit" class="submit">{% trans "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 {% trans "Zaktualizuj dane płatności" %}
91 {% trans "Dorzuć się ponownie" %}
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">{% trans "Zrezygnuj z kolejnych płatności" %}</button>
106 {% if not schedule.payed_at %}
107 <p>{% trans "Płatność nie została jeszcze wykonana." %}</p>
108 {% if schedule.payuorder_set.exists %}
109 {% trans "Czekamy na potwierdzenie płatności." %}
112 <form method='post' action='' class="wlform">
114 <button type="submit" class="submit">{% trans "Dokończ płatność" %}</button>
123 {% if not schedule.membership %}
125 <hr style="margin: 2em 0;">
127 <h2>{% trans "Powiązanie z kontem użytkownika" %}</h2>
131 {% blocktrans trimmed %}
132 Twoje wsparcie upoważnia Cię do przedpremierowego dostępu do publikacji.
133 Aby z niego korzystać, powiąż darowiznę ze swoim kontem użytkownika na Wolnych Lekturach.
138 <p style="margin-top:2em;">
139 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em;" href="{% url 'club_claim' schedule.key %}">
140 {% if request.user.is_authenticated %}
141 {% blocktrans trimmed with user=request.user.username %}
142 Powiąż darowiznę z kontem <strong>{{ user }}</strong>
145 {% trans "Zaloguj się i powiąż darowiznę z kontem" %}