X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65c9feda79d2b2c94cb7dcd561318a83fd796f0a..149ca28f533a257ed8034f88a615c8d7abbc9f69:/src/club/templates/club/index.html diff --git a/src/club/templates/club/index.html b/src/club/templates/club/index.html index ba5977be4..ecc2ef982 100644 --- a/src/club/templates/club/index.html +++ b/src/club/templates/club/index.html @@ -1,30 +1,28 @@ -{% extends "base/base.html" %} +{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} +{% load i18n %} {% load active_schedule from club %} {% load chunks %} -{% block titleextra %}Towarzystwo Przyjaciół Wolnych Lektur{% endblock %} +{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %} {% block body %} -
-

Towarzystwo Przyjaciół Wolnych Lektur

- -

Towarzystwo jest fajne.

- {% chunk 'club' %} - - -

-{% with schedule=request.user|active_schedule %} -{% if schedule %} -Gratulacje – należysz już do Towarzystwa Przyjaciół Wolnych Lektur!

-{% else %} -Dołącz do Towarzystwa

-{% endif %} -{% endwith %} - - -
+

{% 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 %}