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

CmsArticleComment index

{% for cms_article_comment in cms_article_comments %} {% else %} {% endfor %}
Id Name Email Message Created_at Updated_at actions
{{ cms_article_comment.id }} {{ cms_article_comment.name }} {{ cms_article_comment.email }} {{ cms_article_comment.message }} {{ cms_article_comment.createdAt ? cms_article_comment.createdAt|date('Y-m-d H:i:s') : '' }} {{ cms_article_comment.updatedAt ? cms_article_comment.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}