X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ef49abcc849c59b6d81fdf2faff094c8d28ad345..d81b263fd664f831af9110b5c19e6b459db07d37:/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 %}