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

CmsSection

Id {{ cms_section.id }}
Code {{ cms_section.code }}
Title {{ cms_section.title }}
Description {{ cms_section.description }}
Content {{ cms_section.content }}
Image {{ cms_section.image }}
Created_at {{ cms_section.createdAt ? cms_section.createdAt|date('Y-m-d H:i:s') : '' }}
Updated_at {{ cms_section.updatedAt ? cms_section.updatedAt|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('cms_section/_delete_form.html.twig') }} {% endblock %}