{% extends 'base.html.twig' %} {% block title %}Chapter index{% endblock %} {% block body %}
Id | Title | Description | CreatedAt | UpdatedAt | actions |
---|---|---|---|---|---|
{{ chapter.id }} | {{ chapter.title }} | {{ chapter.description }} | {{ chapter.createdAt ? chapter.createdAt|date('Y-m-d H:i:s') : '' }} | {{ chapter.updatedAt ? chapter.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |