From 193c820757c41b5a08795718e3ddf6b33e784c53 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Tue, 19 Sep 2023 20:59:22 +0200 Subject: [PATCH] Add eurocks partnership in the eboutic (#661) --- eboutic/templates/eboutic/eboutic_main.jinja | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index 529fd067..3493742e 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -90,6 +90,24 @@ {% endif %} +
+
+

Partenariat Eurockéenes

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