X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7946d6d82164bfa56906ad99152b6fb792352068..1b020b02e1d1fa56e737c8c5dbf5d7e5f48d587e:/Resources/views/user/index.html.twig diff --git a/Resources/views/user/index.html.twig b/Resources/views/user/index.html.twig index 2e3b1bd..bdcbfbd 100644 --- a/Resources/views/user/index.html.twig +++ b/Resources/views/user/index.html.twig @@ -6,16 +6,23 @@

{{ description }}

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