From 9ce7abd31d7b7faec166bd49711ad37f12c12e08 Mon Sep 17 00:00:00 2001 From: Mathis <98806470+MathisFngl@users.noreply.github.com> Date: Tue, 28 May 2024 19:10:17 +0200 Subject: [PATCH] =?UTF-8?q?Partnership=20Eurock=C3=A9ennes=202024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eboutic/templates/eboutic/eboutic_main.jinja | 30 +++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index 529fd067..5f60b88e 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -79,7 +79,9 @@ {% if not request.user.date_of_birth %}
- {% trans %}You have not filled in your date of birth. As a result, you may not have access to all the products in the online shop. To fill in your date of birth, you can go to{% endtrans %} + {% trans %}You have not filled in your date of birth. As a result, you may not have access to + all the products in the online shop. To fill in your date of birth, you can go + to{% endtrans %} {% trans %}this page{% endtrans %} @@ -90,6 +92,24 @@
{% endif %} +
+
+

Partenariat Eurockéenes 2024

+
+ {% if user.is_subscribed %} + Billetterie Weezevent + + {% else %} +
Vous devez être cotisant pour accéder à la billeterie des Eurockéennes
+ {% endif %} +
+
+ {% for priority_groups in products|groupby('priority')|reverse %} {% for category, items in priority_groups.list|groupby('category') %} {% if items|count > 0 %} @@ -104,11 +124,13 @@
{% for p in items %} -