Profil
{#
| Id |
{{ profil.id }} |
#}
| Email |
{{ profil.email }} |
{#
| Roles |
{{ profil.roles ? profil.roles|json_encode : '' }} |
#}
| Password |
Changer de mot de passe |
{#
| IsVerified |
{{ profil.isVerified ? 'Yes' : 'No' }} |
#}
| Prénom |
{{ profil.FirstName }} |
| Nom |
{{ profil.LastName }} |
| Anniversaire |
{{ profil.birthday ? profil.birthday|date('Y-m-d H:i:s') : '' }} |
{#
| CreationProfil |
{{ profil.creationProfil ? profil.creationProfil|date('Y-m-d H:i:s') : '' }} |
#}
{% block reservation %} {% include 'reservation.html.twig' %} {% endblock %}
{% if is_granted('ROLE_ADMIN') %}
Acceder a la liste des utilisateurs
{% endif %}
{{ include('profil/_delete_form.html.twig') }}
{% endblock %}