X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/10e397cc77799325bb04d080854daa13de649460..e4299e3bb280ad6fb9bd640f2cd7c6d61335f0b2:/Resources/views/location/view.html.twig diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index 6920fee..a3f28a7 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.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 %} -
+
+
+

{{ section }}

+

{{ description }}

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