From 978f710c5d235ca3354e3f567e18e4a1c2ea3b93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 10:18:50 +0200 Subject: [PATCH] Add stop and hat infos Expand pseudonym without had infos --- Resources/views/location/view.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index a3f28a7..4c5508b 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -24,9 +24,11 @@ {% endif %} {{ session.slot }} + {{ session.stop|localizeddate('none', 'short') }} {% if session.pseudonym is defined and session.pseudonym %} - {{ session.pseudonym }} + {{ session.pseudonym }} {% endif %} + {% if session.rate is defined %}{{ session.rate }} {% if session.hat is defined and session.hat %}🎩{% else %}€{% endif %}{% endif %} {% endfor %} -- 2.41.0