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 <div class="l-checkout__box__header__img"
33 style="background-image: url({% block donation-jumbo-image %}{% static '2022/images/checkout-img-1.jpg' %}{% endblock %}">
35 <div class="l-checkout__box__header__content">
36 {% chunk "donate-top" %}
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 "Kwota 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 {% block donate-bottom %}{% endblock %}
89 <a name="informacje"></a>
90 <div class="l-checkout__footer__content__item">
91 <h3>{% trans "Transparentność jest dla nas bardzo ważna." %}</h3>
93 <div class="l-article__overlay" data-max-height="91">
94 {% chunk 'donation-transparency' %}
96 <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>
99 <div class="l-checkout__footer__content__item">
100 <h3>{% trans "Informacja o przetwarzaniu danych osobowych" %}</h3>
102 <div class="l-article__overlay" data-max-height="91">
103 {% chunk 'donation-data-processing' %}
105 <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>
108 <div class="l-checkout__footer__content__item">
109 <h3>{% trans "FAQ" %}</h3>
111 <div class="l-article__overlay" data-max-height="91">
112 {% chunk 'donation-faq' %}
114 <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>
117 <div class="l-checkout__footer__content__item">
118 <h3>{% trans "Regulamin darowizn" %}</h3>
120 <div class="l-article__overlay" data-max-height="91">
121 {% chunk 'donation-regulamin' %}
123 <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>