X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/1a9ca90c1776cc2c1d893b65a235c4ffea163208..9f8c7e7014e3dfd8823926a3fc21c1fb2fe60de5:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 89719d9..8aeec00 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,40 +1,46 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.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 %} -
+
+
+

{{ description }}

+
+ - {% endif %} -
+ + {{ include('@RapsysAir/default/_city.html.twig') }} {% endblock %}