1 {% extends
"formations/base_site.html" %}
5 <div id=
"content-main">
8 <h1>Liste des formations
</h1>
10 {% for formation in object_list %}
11 <li><a href=
"/formations/{{ formation.id }}">{{ formation }}
</a></li>
15 <p>Aucune formation.
</p>