1 {% extends
"container_base.html" %}
2 {% load pagination_tags %}
3 {% load sorting_tags %}
6 {% autopaginate sites
10 %}
8 <h4>Sites
— Sitothèque
</h4>
10 {% include
"sites/actions.html" %}
15 <form method=
"get" action=
"" class=
"contenu-wrapper">
16 <table id=
"repertoire_recherche">
17 {{search_form.as_table}}
18 <tr><th></th><td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td></tr>
22 <h5>Résultats : {{nb_sites}} site{{ nb_sites|pluralize }} correspondant à votre recherche
</h5>
24 <div class=
"contenu-wrapper">
25 <div class=
"centre">{% paginate %}
</div>
26 {% for site in sites %}
27 {% include
"sites/resultat.html" %}
29 <div class=
"centre">{% paginate %}
</div>