X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/923da43bf3ea26b8b79737425edd1fcdebb5e184..6d2040c8d296d45737f36b17b975059271fd48b5:/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 %}