1 {% extends 'base.html' %}
7 {% block global-content %}
8 <div class="l-container">
9 <div class="l-breadcrumb">
10 <a href="/"><span>{% trans "Strona główna" %}</span></a>
11 <span>{% trans "Wesprzyj nas" %}</span>
18 <!-- TODO: hide when crisis banner on -->
19 <div class="l-checkout__support">
20 <div class="l-checkout__support__bar">
21 <span data-label="{% club_count_recurring as c %}{% blocktrans %}Jest nas {{ c }}{% endblocktrans %}" style="width: calc({{ c }}% / 5);"></span>
23 <div class="l-checkout__support__footer">
24 <p>{% blocktrans %}Dołącz do naszych stałych <strong>darczyńców</strong>!{% endblocktrans %}</p>
25 <p>{% blocktrans with c=500 %}Potrzebujemy <strong>{{ c }}</strong> regularnych darczyńców, by Wolne Lektury mogły działać!{% endblocktrans %}</p>
30 <div class="l-checkout__box">
31 <div class="l-checkout__box__header">
32 {% block donation-form-header %}
33 <div class="l-checkout__box__header__img"
34 style="background-image: url({% block donation-jumbo-image %}{% static '2022/images/checkout-img-1.jpg' %}{% endblock %}">
36 <div class="l-checkout__box__header__content">
37 {% chunk "donate-top" %}
41 <div class="l-checkout__steps">
43 {% if view.step > 1 and view.step != 4 %}
44 <a href="{% url 'donation_step1' schedule.key %}">
46 <div class="{% if view.step == 1 %}is-current{% else %}is-completed{% endif %}">
48 <p>{% trans "Kwota wsparcia" %}</p>
50 {% if view.step > 1 and view.step != 4 %}
54 {% if view.step != 2 and schedule and view.step != 4 %}
55 <a href="{% url 'donation_step2' schedule.key %}">
57 <div class="{% if view.step == 2 %}is-current{% elif not schedule %}is-inactive{% else %}is-completed{% endif %}">
59 <p>{% trans "Dane" %}</p>
61 {% if view.step != 2 and schedule and view.step != 4 %}
65 {% if view.step != 3 and schedule.email and view.step != 4 %}
66 <a href="{{ schedule.get_absolute_url }}">
68 <div class="{% if view.step == 3 %}is-current{% elif not schedule or not schedule.method %}is-inactive{% else %}is-completed{% endif %}">
70 <p>{% trans "Forma płatności" %}</p>
72 {% if view.step != 3 and schedule.email and view.step != 4 %}
76 <div class="{% if view.step == 4 %}is-completed{% else %}is-inactive{% endif %}">
78 <p>{% trans "Gotowe" %}</p>
83 {% block donation-step-content %}{% endblock %}
87 <div class="l-checkout__footer">
88 <div class="l-checkout__footer__content">
89 {% block donate-bottom %}{% endblock %}
91 <a name="informacje"></a>
92 <div class="l-checkout__footer__content__item">
93 <h3>{% trans "Transparentność jest dla nas bardzo ważna." %}</h3>
95 <div class="l-article__overlay" data-max-height="91">
96 {% chunk 'donation-transparency' %}
98 <button class="l-article__read-more" aria-label="{% trans 'Kliknij aby rozwinąć' %}" data-label="{% trans 'Więcej' %}" data-action="{% trans 'Mniej' %}">{% trans 'Więcej' %}</button>
101 <div class="l-checkout__footer__content__item">
102 <h3>{% trans "Informacja o przetwarzaniu danych osobowych" %}</h3>
104 <div class="l-article__overlay" data-max-height="91">
105 {% chunk 'donation-data-processing' %}
107 <button class="l-article__read-more" aria-label="{% trans 'Kliknij aby rozwinąć' %}" data-label="{% trans 'Więcej' %}" data-action="{% trans 'Mniej' %}">{% trans 'Więcej' %}</button>
110 <div class="l-checkout__footer__content__item">
111 <h3>{% trans "FAQ" %}</h3>
113 <div class="l-article__overlay" data-max-height="91">
114 {% chunk 'donation-faq' %}
116 <button class="l-article__read-more" aria-label="{% trans 'Kliknij aby rozwinąć' %}" data-label="{% trans 'Więcej' %}" data-action="{% trans 'Mniej' %}">{% trans 'Więcej' %}</button>
119 <div class="l-checkout__footer__content__item">
120 <h3>{% trans "Regulamin darowizn" %}</h3>
122 <div class="l-article__overlay" data-max-height="91">
123 {% chunk 'donation-regulamin' %}
125 <button class="l-article__read-more" aria-label="{% trans 'Kliknij aby rozwinąć' %}" data-label="{% trans 'Więcej' %}" data-action="{% trans 'Mniej' %}">{% trans 'Więcej' %}</button>