From: Raphaël Gertz Date: Sat, 28 Aug 2021 08:08:54 +0000 (+0200) Subject: Add stop and hat infos X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/b216e5f60d575e3658022c7e63ad7efff1019322 Add stop and hat infos Expand pseudonym without hat info New page title, section and description schema --- diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 722b093..e04f1b3 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -2,8 +2,8 @@ {% block content %}
-

{{ page.title }}

-

{{ page.description }}

+

{{ title }}

+

{{ description }}

{% if calendar is defined and calendar %} @@ -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 %}