Selectionner un utilisateur
{% for user in techs %} {% if user.id != app.user.id and 'ROLE_INACTIF' not in user.roles %} {{user}} {% endif %} {% endfor %}