{% extends 'layout/content.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('user-index') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('user-index') }} {% endblock %} {% block breadcrumb %} {% endblock %} {% set hasSidebar = false %} {% block sidebar %}{% endblock %} {% block content %}
Prénom(s) Nom | Date de naissance | Dernière Connexion | Département | Fonction | Rôles | Statut | actions | |
---|---|---|---|---|---|---|---|---|
{{ user.email }} | {{ user.firstName }} {{ user.lastName }} | {{ user.dateOfBirth ? user.dateOfBirth|date('Y-m-d') : '' }} | {{ user.lastLoginAt ? user.lastLoginAt|date('Y-m-d H:i:s') : '' }} | {% if user.department is not null %} {{ user.department.name }} {% endif %} | {{ user.fonction }} |
{% for role in user.userRoles %}
|
{{ user.isActive ? 'Actif' : 'Désactivé' }} | |
Aucun utilisateurs trouvé. |