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

Chapter index

{% for chapter in chapters %} {% else %} {% endfor %}
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
Create new {% endblock %}