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

Commentaire index

{% for commentaire in commentaires %} {% else %} {% endfor %}
Id Commentaire Datecommentaire actions
{{ commentaire.id }} {{ commentaire.commentaire }} {{ commentaire.datecommentaire ? commentaire.datecommentaire|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}