{% extends 'base.html.twig' %} {% block title %}Liste des chapitres{% endblock %} {% block body %}

 /  Tableau de bord  / 

chapitres

{# #}
{# common flash messages bloc #} {{ include('common/flash_messages_bloc.html.twig') }}

Liste des chapitres

{#
#} {# show data #}
{% for trafficLawsChapter in trafficLawsChapters %} {% endfor %}
Titre Leçon Ordre d'affichage Action
{{ trafficLawsChapter|capitalize }} {% if trafficLawsChapter.trafficLawsCourse %} {{ trafficLawsChapter.trafficLawsCourse }}
{% endif %}
{{ include('common/_modal.html.twig',{ modalTitle: 'Supprimer un chapitre', btnTitle: 'Confirmer la suppression', btnId: 'confirm_delete_traffic_laws_chapter', btnCancelId: 'btn_traffic_laws_chapter_cancel_delete', modalContent: '

Vous êtes sur le point de supprimer définitivement la chapitre .

Sa suppression entraînera la destruction de toutes les données associées à cette chapitre.

Cette action est irréversible.

' }) }}
{% endblock %} {% block pageJavascript %} {% endblock %}