1 {% extends
"container_base.html" %}
2 {% load pagination_tags %}
3 {% load sorting_tags %}
6 {% autopaginate sites
10 %}
10 <div class=
"contenu-wrapper">
12 <form method=
"get" action=
"">
13 <table id=
"repertoire_recherche">
14 {{search_form.as_table}}
15 <tr><th></th><td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td></tr>
19 <p><strong>{{nb_sites}} site{{ nb_sites|pluralize }} correspondant à votre recherche :
</strong></p>
20 <div class=
"centre">{% paginate %}
</div>
21 {% for site in sites %}
22 {% include
"sites/resultat.html" %}
24 <div class=
"centre">{% paginate %}
</div>