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 <img src="{% block donation-jumbo-image %}{% static '2022/images/checkout-img-1.jpg' %}{% endblock %}" alt="Wspieraj Wolne Lektury">
33 <div class="l-checkout__box__header__content">
34 {% chunk "donate-top" %}
37 <div class="l-checkout__steps">
39 {% if view.step > 1 and view.step != 4 %}
40 <a href="{% url 'donation_step1' schedule.key %}">
42 <div class="{% if view.step == 1 %}is-current{% else %}is-completed{% endif %}">
44 <p>{% trans "Kwota wsparcia" %}</p>
46 {% if view.step > 1 and view.step != 4 %}
50 {% if view.step != 2 and schedule and view.step != 4 %}
51 <a href="{% url 'donation_step2' schedule.key %}">
53 <div class="{% if view.step == 2 %}is-current{% elif not schedule %}is-inactive{% else %}is-completed{% endif %}">
55 <p>{% trans "Dane" %}</p>
57 {% if view.step != 2 and schedule and view.step != 4 %}
61 {% if view.step != 3 and schedule.email and view.step != 4 %}
62 <a href="{{ schedule.get_absolute_url }}">
64 <div class="{% if view.step == 3 %}is-current{% elif not schedule or not schedule.method %}is-inactive{% else %}is-completed{% endif %}">
66 <p>{% trans "Forma płatności" %}</p>
68 {% if view.step != 3 and schedule.email and view.step != 4 %}
72 <div class="{% if view.step == 4 %}is-completed{% else %}is-inactive{% endif %}">
74 <p>{% trans "Gotowe" %}</p>
79 {% block donation-step-content %}{% endblock %}
83 <div class="l-checkout__footer">
84 <div class="l-checkout__footer__content">
85 {% chunk 'donate-bottom' %}
87 <div class="l-checkout__footer__content__item">
88 <h3>{% trans "Transparentność jest dla nas bardzo ważna." %}</h3>
90 <div class="l-article__overlay" data-max-height="91">
91 {% chunk 'donation-transparency' %}
93 <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>
96 <div class="l-checkout__footer__content__item">
97 <h3>{% trans "Informacja o przetwarzaniu danych osobowych" %}</h3>
99 <div class="l-article__overlay" data-max-height="91">
100 {% chunk 'donation-data-processing' %}
102 <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>
105 <div class="l-checkout__footer__content__item">
106 <h3>{% trans "FAQ" %}</h3>
108 <div class="l-article__overlay" data-max-height="91">
109 {% chunk 'donation-faq' %}
111 <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>
114 <div class="l-checkout__footer__content__item">
115 <h3>{% trans "Regulamin darowizn" %}</h3>
117 <div class="l-article__overlay" data-max-height="91">
118 {% chunk 'donation-regulamin' %}
120 <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>