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

Comment index

{% for comment in comments %} {% else %} {% endfor %}
Id Comment CreatedAt actions
{{ comment.id }} {{ comment.comment }} {{ comment.createdAt ? comment.createdAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}