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

Comments index

{% for comment in comments %} {% else %} {% endfor %}
Id Comment_text Created_at_comment actions
{{ comment.id }} {{ comment.commentText }} {{ comment.createdAtComment ? comment.createdAtComment|date('Y-m-d H:i:s') : '' }} Détails
no records found
{% endblock %}