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 <h1>{% trans "Wspieraj Wolne Lektury" %}</h1>
35 <p>{% trans "Dziękujemy, że chcesz razem z nami uwalniać książki!" %}</p>
36 <p>{% trans "Wspieraj Wolne Lektury stałą wpłatą – nawet niewielka ma wielką moc! Możesz też wesprzeć Wolne Lektury jednorazowo." %}</p>
39 <div class="l-checkout__steps">
41 {% if view.step > 1 and view.step != 4 %}
42 <a href="{% url 'donation_step1' schedule.key %}">
44 <div class="{% if view.step == 1 %}is-current{% else %}is-completed{% endif %}">
46 <p>{% trans "Rodzaj wsparcia" %}</p>
48 {% if view.step > 1 and view.step != 4 %}
52 {% if view.step != 2 and schedule and view.step != 4 %}
53 <a href="{% url 'donation_step2' schedule.key %}">
55 <div class="{% if view.step == 2 %}is-current{% elif not schedule %}is-inactive{% else %}is-completed{% endif %}">
57 <p>{% trans "Dane" %}</p>
59 {% if view.step != 2 and schedule and view.step != 4 %}
63 {% if view.step != 3 and schedule.email and view.step != 4 %}
64 <a href="{{ schedule.get_absolute_url }}">
66 <div class="{% if view.step == 3 %}is-current{% elif not schedule or not schedule.method %}is-inactive{% else %}is-completed{% endif %}">
68 <p>{% trans "Forma płatności" %}</p>
70 {% if view.step != 3 and schedule.email and view.step != 4 %}
74 <div class="{% if view.step == 4 %}is-completed{% else %}is-inactive{% endif %}">
76 <p>{% trans "Gotowe" %}</p>
81 {% block donation-step-content %}{% endblock %}
85 <div class="l-checkout__footer">
86 <div class="l-checkout__footer__content">
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>