1 {% load pagination_tags %}
2 {% load sorting_tags %}
4 {% autosort chercheurs %}
5 {% autopaginate chercheurs
20 %}
9 <div class=
"contenu-wrapper">
13 <th>{% anchor personne__nom Nom %}
</th>
15 {% for chercheur in chercheurs %}
17 <td><a href=
"{% url chercheurs.views.retrieve chercheur.id %}">{{ chercheur }}
</a></td>