From 19144377fecca3c197197f7ad4cbd12aa70f9ff1 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Tue, 22 May 2018 17:21:35 +0200 Subject: [PATCH] x axis on graphs --- app/Resources/views/festival/index.html.twig | 11 ++++++++ app/Resources/views/logged/history.html.twig | 25 +++++++++++++++---- .../Controller/DefaultController.php | 3 +-- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/app/Resources/views/festival/index.html.twig b/app/Resources/views/festival/index.html.twig index 43f76490..3ecb5828 100755 --- a/app/Resources/views/festival/index.html.twig +++ b/app/Resources/views/festival/index.html.twig @@ -68,6 +68,17 @@ choisir comme actuel {% endif %} + + {% if festival.user|length %} + {% for u in festival.user %} + {{ u.username }} + {% endfor %} + {% else %} +
+ + pas d'owner. +
+ {% endif %}