{% extends 'layouts/admin/admin.html.twig' %} {% block title %}Admin - {{ context.get['app'] ? context.get['app'].name : company_name }} - {{ title }}{% endblock %} {% block body %}

Editer un client

{% if client.filename %} {{ client.fullname }} {% else %} {{ client.fullname }} {% endif %}

{{ client.nom }} {{ client.prenoms }}

ID: {{ client.id }}
{{ libelle_ajouter }} Modifier le client {{ libelle_liste }}
Denière connexion: {{ client.lastLogin ? client.lastLogin|date('d/m/Y à H:i:s') : "N'est pas connecté" }}
Enregistré le: {{ client.createdAt|date('d/m/Y à H:i:s') }}
Modifié le: {{ client.updatedAt|date('d/m/Y à H:i:s') }}
Dernière activité: {{ client.lastLogin ? client.lastLogin|date('d/m/Y à H:i:s') : "N'est pas connecté" }} ({{ client.lastLogin|ago }})
Verifié:
Rôle: {% for role in client.roles %} {% if role == "ROLE_USER" %} Client {% endif %} {% endfor %}
Status: {{ client.enabled ? 'Client actif' : 'Client inactif' }}
Informations personnelles
Username: {{ client.fullname }}
Email: {{ client.email }}
Adresse: {{ client.address ?? 'Aucune adresse' }}
Téléphone: {{ client.contacts ?? 'Aucun contact' }}
Modifier votre mot de passe
{% endblock %}