{% extends 'base.html.twig' %} {% block title %}Fiches de code{% endblock %} {% block body %}

 /  Tableau de bord

 /  Fiches de code  / 

{{ trafficLawsChapter }}

{{progressPercent}}% terminé
{% if generalLastActivity %}
Dernière activité le: {{ generalLastActivity|date("d/m/Y à H:i") }}
{% endif %}

{{trafficLawsChapter.trafficLawsCourse.trafficLawsTheme}}


{{ include('traffic_laws_module/student/includes/courses_collapses.html.twig') }}


{{ trafficLawsChapter }}

{{ trafficLawsChapter.description|raw }}

{% endblock %} {% block pageJavascript %} {% endblock %}