1 {% extends '2022/base.html' %}
8 <div class="l-container">
9 <div class="l-breadcrumb">
10 <a href="#"><span>Strona główna</span></a>
11 <a href="#"><span>Wesprzyj nas</span></a>
17 <div class="l-checkout__support">
18 <div class="l-checkout__support__bar">
19 <span data-label="Jest nas {% club_count_recurring %}" style="width: calc({% club_count_recurring %}% / 10);"></span>
21 <div class="l-checkout__support__footer">
22 <p>Dołącz do naszych stałych <strong>darczyńców</strong>!</p>
23 <p>Minimalną stabilność uzyskamy przy <strong>1000</strong> regularnych darczyńców!</p>
27 <div class="l-checkout__box">
28 <div class="l-checkout__box__header">
29 <img src="{% block donation-jumbo-image %}{% static '2022/images/checkout-img-1.jpg' %}{% endblock %}" alt="Wspieraj Wolne Lektury">
30 <div class="l-checkout__box__header__content">
31 <h1>Wspieraj Wolne Lektury</h1>
32 <p>Dziękujemy, że chcesz razem z nami uwalniać książki!</p>
33 <p>Wspieraj Wolne Lektury stałą wpłatą – nawet niewielka ma wielką moc! Możesz też wesprzeć Wolne Lektury jednorazowo.</p>
36 <div class="l-checkout__steps">
38 {% if view.step > 1 and view.step != 4 %}
39 <a href="{% url 'donation_step1' schedule.key %}">
41 <div class="{% if view.step == 1 %}is-current{% else %}is-completed{% endif %}">
43 <p>Rodzaj wsparcia</p>
45 {% if view.step > 1 and view.step != 4 %}
49 {% if view.step != 2 and schedule and view.step != 4 %}
50 <a href="{% url 'donation_step2' schedule.key %}">
52 <div class="{% if view.step == 2 %}is-current{% elif not schedule %}is-inactive{% else %}is-completed{% endif %}">
56 {% if view.step != 2 and schedule and view.step != 4 %}
60 {% if view.step != 3 and schedule.email and view.step != 4 %}
61 <a href="{{ schedule.get_absolute_url }}">
63 <div class="{% if view.step == 3 %}is-current{% elif not schedule or not schedule.method %}is-inactive{% else %}is-completed{% endif %}">
65 <p>Forma płatności</p>
67 {% if view.step != 3 and schedule.email and view.step != 4 %}
71 <div class="{% if view.step == 4 %}is-completed{% else %}is-inactive{% endif %}">
78 {% block donation-step-content %}{% endblock %}
82 <div class="l-checkout__footer">
83 <div class="l-checkout__footer__content">
84 <div class="l-checkout__footer__content__item">
85 <h3>Transparentność jest dla nas bardzo ważna.</h3>
87 <div class="l-article__overlay" data-max-height="91">
88 {% chunk 'donation-transparency' %}
92 <div class="l-checkout__footer__content__item">
93 <h3>Informacja o przetwarzaniu danych osobowych</h3>
95 <div class="l-article__overlay" data-max-height="91">
96 {% chunk 'donation-data-processing' %}
98 <button class="l-article__read-more" aria-label="Kliknij aby rozwinąć" data-label="Więcej" data-action="Mniej">Więcej</button>
101 <div class="l-checkout__footer__content__item">
104 <div class="l-article__overlay" data-max-height="91">
105 {% chunk 'donation-faq' %}