X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0f7d3aa708213b7cbf2c6f899c2e7497e902fa2d..0416dd58d1947b6d2a2d83c825dc703357efb3d4:/Resources/views/session/index.html.twig?ds=sidebyside diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 58b5cb5..0ac7d6a 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -1,52 +1,40 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-
- {% if calendar is defined and calendar %} - - - - {% for date, day in calendar %} - - {% if loop.index % 7 == 0 and not loop.last %} - - +
+

{{ section }}

+
+ {% if calendar is defined and calendar %} +
- -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% endif %} -
- {% endif %} - {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
-
- {% if locations is defined and locations %} - - - - {% for id, title in locations %} - - {% if loop.index % 7 == 0 and not loop.last %} - - - {% endif %} - {% endfor %} - - -
{{ title }}
- {% endif %} -
-
+ + {% endfor %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} + + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}