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