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>
17 <div class="l-checkout__support">
18 <div class="l-checkout__support__bar">
19 <span data-label="{% club_count_recurring as c %}{% blocktrans %}Jest nas {{ c }}{% endblocktrans %}" style="width: calc({{ c }}% / 5);"></span>
21 <div class="l-checkout__support__footer">
22 <p>{% blocktrans %}Dołącz do naszych stałych <strong>darczyńców</strong>!{% endblocktrans %}</p>
23 <p>{% blocktrans with c=500 %}Potrzebujemy <strong>{{ c }}</strong> regularnych darczyńców, by Wolne Lektury mogły działać!{% endblocktrans %}</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>{% trans "Wspieraj Wolne Lektury" %}</h1>
32 <p>{% trans "Dziękujemy, że chcesz razem z nami uwalniać książki!" %}</p>
33 <p>{% trans "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>{% trans "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 %}">
54 <p>{% trans "Dane" %}</p>
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>{% trans "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 %}">
73 <p>{% trans "Gotowe" %}</p>
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>{% trans "Transparentność jest dla nas bardzo ważna." %}</h3>
87 <div class="l-article__overlay" data-max-height="91">
88 {% chunk 'donation-transparency' %}
90 <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>
93 <div class="l-checkout__footer__content__item">
94 <h3>{% trans "Informacja o przetwarzaniu danych osobowych" %}</h3>
96 <div class="l-article__overlay" data-max-height="91">
97 {% chunk 'donation-data-processing' %}
99 <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>
102 <div class="l-checkout__footer__content__item">
103 <h3>{% trans "FAQ" %}</h3>
105 <div class="l-article__overlay" data-max-height="91">
106 {% chunk 'donation-faq' %}
108 <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>
111 <div class="l-checkout__footer__content__item">
112 <h3>{% trans "Regulamin darowizn" %}</h3>
114 <div class="l-article__overlay" data-max-height="91">
115 {% chunk 'donation-regulamin' %}
117 <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>