{% extends 'base.html.twig' %} {% block title %}Gestion des Commentaires{% endblock %} {% block body %}

Gestion des Commentaires

{% for comment in comments %} {% endfor %}
ID Contenu Auteur Question Associée Actions
{{ comment.id }} {{ comment.content }} {{ comment.author.fullname }} {{ comment.question.title }}
{% endblock %}