{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% load i18n %} {% load chunks %} {% load thumbnail %} {% load club %} {% block titleextra %}{% trans "Join us in freeing the books!" %}{% endblock %} {% block metadescription %}{% trans "„Wolne Lektury należy wspierać, bo są” - Filip Springer" %}{% endblock %} {% block body %}

{% trans "Support Wolne Lektury" %}

{% if membership %} {# Displays to members. #} {% trans "Thank you for your support! Support us again!" %} {% else %} {# Displays to non-supporters. #} {% trans "Thank you for wanting to free the books with us!" %} {% endif %}

{% with schedule=request.user|active_schedule %} {% if schedule %}

{% trans "See your past support." %}

{% endif %} {% endwith %}
{% csrf_token %} {% chunk 'club_form_top' %}
    {% for e in form.non_field_errors %}
  • {{ e }}
  • {% endfor %} {% for e in form.plan.errors %}
  • {{ e }}
  • {% endfor %} {% for e in form.amount.errors %}
  • {{ e }}
  • {% endfor %}

1. {% trans "Choose your type of support" %}

{{ form.amount }} {{ form.monthly }}
{% trans "one-time" %} {% trans "monthly" %}

2. {% trans "Choose the amount" %}

{% for amount in club.proposed_monthly_amounts %} {{ amount }} {% endfor %} {% trans "different amount" %}
{% include 'club/payment/payu-re.html' %}

3. {% trans "Provide an e-mail address" %}

{{ form.email }}

{{ form.agree_newsletter }}

{% trans 'You can unsubscribe at any point. More in the privacy policy.' %}

{% chunk 'club_form_bottom' %}
{% if ambassador %}
{{ ambassador.text }}
{{ ambassador.name }}
{% if ambassador.photo %} {% endif %}
{% endif %}
{% chunk 'club-form-info-monthly' %}
{% endblock %}