{% extends 'base.html.twig' %}
{% block title %}
{{parent()}}: Exercice n°{{ composant.id }}
{% if titre is defined %}
{{ titre }}
{% endif %}
{% endblock %}
{% block body %}
{% include 'breadcrumb.html.twig' %}
{% if titre is defined %}
{{ titre }}
{% endif %}
{% include '@Courses/Exercices/show_inner.html.twig' with {
'cacher_submit_individuel': true,
'param_readonly': false,
'render_inner': true
} %}