X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/10e397cc77799325bb04d080854daa13de649460..f857585f74e85205b20ab1e45dd93b5b2698fdfb:/Resources/views/location/view.html.twig diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index 6920fee..62cc1c5 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -1,40 +1,46 @@ {% 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 %} -
+
+
+

{{ description }}

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