X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/55c5d49d657557bc08109d398ec8e095dcc40a8e..634f6c8210ed0baaafd67048bff01a2bcdcfdccf:/Resources/views/session/index.html.twig
diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig
index 0ac7d6a..9d6e2a6 100644
--- a/Resources/views/session/index.html.twig
+++ b/Resources/views/session/index.html.twig
@@ -21,9 +21,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 %}