| Utilisateur | Statut | Role | Derniere connexion | Inscription | Actions | |
|---|---|---|---|---|---|---|
|
{{ user.username }}
{% if user.full_name %}
{{ user.full_name }}
{% endif %}
|
{{ user.email or '-' }} | {% if user.is_active %} Actif {% else %} Inactif {% endif %} | {% if user.is_admin %} Admin {% else %} User {% endif %} | {{ user.last_login.strftime('%d/%m/%Y %H:%M') if user.last_login else '-' }} | {{ user.created_at.strftime('%d/%m/%Y') if user.created_at else '-' }} | {% if user.id != current_user.id %} {% else %} Vous {% endif %} |