{% for user in users %} {% endfor %}
Nom Etat Dernière activité Actions
{{ user.name ? user.name : user.username }}
{{ user.isEnabled ? ' Actif' : 'Inactif' }}
{{ user.lastLoginAt ? user.lastLoginAt|date('d/m/Y H:i:s') : '' }} {% if not user.hasRole("ROLE_CUSTOMER") %} {# #} {% endif %}