{% extends 'base.html.twig' %} {% block title %}Chapter{% endblock %} {% block body %}
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') : '' }} |