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

{{ section }}

+

{{ description }}

+
+
- -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% endif %} -
- {% endif %} - {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
-
+ + {% endfor %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} + + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}