X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/662c9f047bfd657ca388c3b2e5fbf760e8902967..dfaa4ae5064e1847a6f29c7994d177f90199dfd6:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 89719d9..d8ce55c 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/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 %}