X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/29cfbee3ea06a61b47ffb3ef62431242316891dd..9b7a4d936d277966c912334d534c3937eb9fcfa9:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index cd62920..a3560e0 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,52 +1,46 @@ {% 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 %} - - + + {% if day.sessions is not empty %} + {% endif %} - {% endfor %} - - -
+
+
+

{{ description }}

+
+
+ {% if calendar is defined and calendar %} +
+ {% for date, day in 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/_city.html.twig') }} {% endblock %}