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