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

Chapter

Id {{ chapter.id }}
Title {{ chapter.title }}
Description {{ chapter.description }}
CreatedAt {{ chapter.createdAt ? chapter.createdAt|date('Y-m-d H:i:s') : '' }}
UpdatedAt {{ chapter.updatedAt ? chapter.updatedAt|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('chapter/_delete_form.html.twig') }} {% endblock %}