X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e8fa31defa98e99d9f6f2de198e14bededca49dc..ef49abcc849c59b6d81fdf2faff094c8d28ad345:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 89719d9..722b093 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,40 +1,43 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-
- {% if calendar is defined and calendar %} -
- {% for date, day in calendar %} -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% else %} -   - {% endif %} -
- {% endfor %} -
- {% endif %} - {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
- {% if locations is defined and locations %} -
-
- {% for id, title in locations %} -
-

{{ title }}

-
- {% endfor %} -
+
+
+

{{ page.title }}

+

{{ page.description }}

+
+
+ {% if calendar is defined and calendar %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }}
- {% endif %} -
+ + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}