{% extends 'admin/base_admin.html.twig' %} {% block title %}Utilisateurs{% endblock %} {% block content %}
{{ usersWithStats|length }} compte(s) enregistrΓ©(s)
Aucun rΓ©sultat pour Β« {{ search }} Β».
{% endif %}| Utilisateur | Inscription | Dernière connexion | Commandes | Total dépensé | Rôle | ||
|---|---|---|---|---|---|---|---|
|
{{ u.initiales }}
{{ u.fullName ?: 'β' }}
{% if u.entreprise %}
{{ u.entreprise }}
{% endif %}
|
{{ u.email }} {% if not u.isVerified %} β οΈ Non vΓ©rifiΓ© {% endif %} | {{ u.createdAt|date('d/m/Y') }} | {% if u.lastLoginAt %} {{ u.lastLoginAt|date('d/m/Y H:i') }} {% else %} Jamais {% endif %} | {{ row.commandes_count }} | {{ row.total_spent|number_format(2, ',', ' ') }} β¬ | {% if 'ROLE_ADMIN' in u.roles %} Admin {% else %} Client {% endif %} | Voir β |