Utilisateur {{ user.nom }} {{ user.prenoms }}
| Id |
{{ user.id }} |
| Email |
{{ user.email }} |
| Username |
{{ user.username }} |
| Roles |
{{ user.roles ? user.roles|join(', ') : '' }} |
{#
| Password |
{{ user.password }} |
#}
| Nom |
{{ user.nom }} |
| Prenoms |
{{ user.prenoms }} |
{% if user.module.nomprofile == 'ROLE_CALL' %}
| 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') : '' }} |
{% endif %}
Retour a la liste
Modification du compte
{{ include('user/_delete_form.html.twig') }}