{% 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' %} {% include "club/payment_form.html" %} {% chunk 'club_form_bottom' %}
{% if ambassador %}
{{ ambassador.text }}
{{ ambassador.name }}
{% if ambassador.photo %} {% endif %}
{% endif %} {% include "club/payment_info.html" %}
{% endblock %}