1 {% extends '@RapsysUser/base.html.twig' %}
 
   5                         <h2><a href="{{ self_url }}">{{ title }}</a></h2>
 
   7                 {% if groups is defined and groups %}
 
   8                         {% for group, users in groups %}
 
   9                                 <article id="rapsysuser_index_{{ group|lower }}">
 
  13                                         {% if users is defined and users %}
 
  15                                                         {% for id, user in users %}
 
  16                                                                 <li><a href="{{ user.edit }}">{{ [user.forename, user.surname]|filter(v => v)|join(' ') }} <{{ user.mail }}></a></li>