{% extends 'base.html.twig' %} {% block title %}Commentaire{% endblock %} {% block body %}

Commentaire

{% if commentaire.conge is not null and commentaire.conge.user is not null %} {% else %} {% endif %}
{{ commentaire.conge.user.email }} {{ commentaire.conge.user.prenom }} {{ commentaire.conge.user.nom }}Utilisateur non spécifié
ReponseUser {{ commentaire.reponseUser }}
ReponseAdmin {{ commentaire.reponseAdmin }}
back to list edit {{ include('commentaire/_delete_form.html.twig') }} {% endblock %}