{% extends "base.html.twig" %} {% block content %}
{{ message }}
{{ formation.title }}
Titre | Ordre | Blogs | Publication | Statut |
Action
|
---|---|---|---|---|---|
{{chapter.title}} | {{chapter.orderChapter}} | {{chapter.blogs| length}} | {{chapter.publicationDate |date('Y-m-d')}} | {% if chapter.active %} Active {% else %} Inactive {% endif %} |