.

Utilisateur {{ user.nom }} {{ user.prenoms }}

{# #} {% if user.module.nomprofile == 'ROLE_CALL' %} {% endif %}
Id {{ user.id }}
Email {{ user.email }}
Username {{ user.username }}
Roles {{ user.roles ? user.roles|join(', ') : '' }}
Password {{ user.password }}
Nom {{ user.nom }}
Prenoms {{ user.prenoms }}
Objectif {{ user.notation.montant }} du {{ user.notation.datedebut ? user.notation.datedebut|date('Y-m-d') : '' }} au {{ user.notation.datefin ? user.notation.datefin|date('Y-m-d') : '' }}
Retour a la liste Modification du compte {{ include('user/_delete_form.html.twig') }}