{% extends 'base.html.twig' %} {% block title %}Commentaire index{% endblock %} {% block body %}
ReponseUser | ReponseAdmin | {% if is_granted('ROLE_ADMIN') %}Prenom | Nom | {% endif %}Actions | ||||
---|---|---|---|---|---|---|---|---|
{{ commentaire.reponseUser }} | {{ commentaire.reponseAdmin }} | {% if is_granted('ROLE_ADMIN') %} {# Vérifier si le commentaire a un conge et si le conge a un user avant d'accéder aux propriétés du user #} {% if commentaire.conge is not null and commentaire.conge.user is not null %}{{ commentaire.conge.user.email }} | {{ commentaire.conge.user.prenom }} | {{ commentaire.conge.user.nom }} | {% else %}Utilisateur non spécifié | {% endif %} {% endif %}show repondre au dernier message | ||
no records found |