{% extends "base.html" %} {% block title %}Annales Brevet et Bac{% endblock %} {% block navigation %}{% endblock %} {% block body %}
Ce site est un project collaboratif. Pour en savoir plus, cliquez ici.
{% for exam_type in index %}Années : {% for link in index[exam_type][topic].years | sort(attribute='text', reverse=true) %} {{ link.text }} {% endfor %}
Catégories : {% for link in index[exam_type][topic].categories %} {{ link.text }} ; {% endfor %}
{% endfor %} {% endfor %}