X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/dfaa4ae5064e1847a6f29c7994d177f90199dfd6..f3dfacbe6f7b850b43fc1fed423fa4eb665529f2:/Resources/views/session/index.html.twig diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 716eb99..291e52a 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -13,6 +13,10 @@ {% for session in day.sessions %}
  • {{ session.title }} + + {% if session.weather is defined and session.weather %}{{ session.weather }}{% endif %} + {{ session.slot }} +
  • {% endfor %} @@ -27,13 +31,16 @@ {% if locations is defined and locations %}
    -
    - {% for id, title in locations %} -
    -

    {{ title }}

    -
    - {% endfor %} -
    +
    +

    {% trans %}Locations{% endtrans %}

    +
    + {% for id, title in locations %} +
    +

    {{ title }}

    +
    + {% endfor %} +
    +
    {% endif %}