X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0416dd58d1947b6d2a2d83c825dc703357efb3d4..cf75f3aba45829a2bf7a0e469f3de9335d481d89:/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 %} <span title="{{ session.slottitle }}">{{ session.slot }}</span> </span> + <span>{{ session.stop|localizeddate('none', 'short') }}</span> {% if session.pseudonym is defined and session.pseudonym %} - <span class="reducible pseudonym">{{ session.pseudonym }}</span> + <span class="reducible{% if session.rate is not defined and session.hat is not defined %} pseudonym{% endif %}">{{ session.pseudonym }}</span> {% endif %} + {% if session.rate is defined %}<span class="info">{{ session.rate }} {% if session.hat is defined and session.hat %}ð©{% else %}â¬{% endif %}</span>{% endif %} </a> </li> {% endfor %}