{% extends "base.html" %} {% block title %}Exercice {{ exo_nb }} — {{ exam_type }} {{ topic }} {{ year }} {{ region }}{% endblock %} {% block navigation %}
{% endblock %} {% block body %}

Exercice {{ exo_nb }} ({{ points }} points)

{% if has_solution %}

(Voir le corrigé)

{% endif %} {% if spécialité is defined %}

{% if spécialité == 'commun' %} Commun à tous les candidats {% elif spécialité == 'non-spé' %} Candidats n’ayant pas suivi l’enseignement de spécialité {% endif %}

{% endif %} {{ body }}
{% endblock %}