From: Raphaël Gertz Date: Sat, 28 Aug 2021 08:18:50 +0000 (+0200) Subject: Add stop and hat infos X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/978f710c5d235ca3354e3f567e18e4a1c2ea3b93 Add stop and hat infos Expand pseudonym without had infos --- 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 %}