X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0f7d3aa708213b7cbf2c6f899c2e7497e902fa2d..9aa1ea280823925216dbfa3d6e9c81865b491ee6:/Resources/views/location/view.html.twig diff --git a/Resources/views/location/view.html.twig b/Resources/views/location/view.html.twig index f07553c..62cc1c5 100644 --- a/Resources/views/location/view.html.twig +++ b/Resources/views/location/view.html.twig @@ -1,36 +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') }} -
- {# dump(calendar) #} -
+ + {% endfor %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} + + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}