{% extends "base/base.html" %} {% load i18n %} {% load active_schedule from club %} {% load chunks %} {% block titleextra %}{% trans "Towarzystwo Przyjaciół Wolnych Lektur" %}{% endblock %} {% block body %}
{% 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 %}