X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5353ab3771f178229a0292053081c9606bbfab8a..534677f1a55761375b6d4c61e78be73828918035:/Resources/views/session/index.html.twig diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 716eb99..abfdc20 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 %} @@ -26,15 +30,16 @@ {{ include('@RapsysAir/form/_toolbox.html.twig') }} {% if locations is defined and locations %} -
    -
    +
    +

    {% trans %}Locations{% endtrans %}

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

    {{ title }}

    +

    {{ title }}

    {% endfor %}
    -
    + {% endif %} {% endblock %}