X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/aada3b893afa3e8e059c7fbcb6917ddf5a156911..3a09d284fe6936a7ca5347e8ecc1fbdc1f541594:/Resources/views/user/view.html.twig diff --git a/Resources/views/user/view.html.twig b/Resources/views/user/view.html.twig index 2110208..5c652e3 100644 --- a/Resources/views/user/view.html.twig +++ b/Resources/views/user/view.html.twig @@ -1,40 +1,45 @@ {% 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 }}

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