{% block titreExercice %} {% if classificationName is defined %} {{classificationName}} {% else %} Exercices d'entrainement {% endif %} {% endblock %}

{# GRILLE D'EXERCICES (LEVEL 1) #}
{% if classificationName is defined %} Revenir à la liste de tous les exercices {% endif %}
{% for classification in classifications %} {% endfor %}