{% extends 'base.html.twig' %} {% block title %}Comments index{% endblock %} {% block body %}
| 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 | |||