X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/173712038c0de2ed1001603b74dfa8f255b5e6f4..ae5d744ef69c9ed186ebd43f70d270abbcf6724a:/Resources/views/session/index.html.twig diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 58b5cb5..9d6e2a6 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -1,52 +1,42 @@ {% 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 }}

+
- -
-

{{ 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 %}