X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7946d6d82164bfa56906ad99152b6fb792352068..179f5c1ec9714b208bf90d39fd971048b9025210:/Resources/views/user/index.html.twig diff --git a/Resources/views/user/index.html.twig b/Resources/views/user/index.html.twig index 2e3b1bd..b70f941 100644 --- a/Resources/views/user/index.html.twig +++ b/Resources/views/user/index.html.twig @@ -1,43 +1,42 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %} -
+
-

{{ section }}

+

{{ title.page }}

{{ description }}

- {% if users is defined and users %} -
- {% for group, list in users %} + {% if groups is defined and groups %} +
+ {% for group, users in groups %} {% endfor %} - {#{% for date, day in organizers %} -
-

{{ day.title }}

- {% if day.sessions is not empty %} -
    - {% for session in day.sessions %} -
  • - {{ session.title }} - - {% if session.weather is defined and session.weather %}{{ session.weather }}{% endif %} - {{ session.slot }} - -
  • +
+ {% elseif users is defined and users %} +
+ {% for id, user in users %} + - {% endfor %}#} + {% endfor %}
{% endif %} {{ include('@RapsysAir/form/_toolbox.html.twig') }}