{% extends "2022/base_simple.html" %} {% load i18n %} {% load active_schedule from club %} {% load chunks %} {% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %} {% block body %}

{% trans "Wolne Lektury need your help!" %}

{% chunk 'club' %}

{% with schedule=request.user|active_schedule %} {% if schedule %} {% trans "Congratulations – you're already a supporter of Wolne Lektury!" %} {% else %} {% trans "Become a supporter" %} {% endif %} {% endwith %}

{% endblock %}