1 {% extends
"container_base.html" %}
2 {% load pagination_tags %}
5 {% autopaginate sites
10 %}
8 <li><a href=
"{% url aide %}#sitotheque">Aide
</a></li>
9 {% include
"sites/actions.html" %}
11 <h1>Sites
— Sitothèque
</h1>
15 <form method=
"get" action=
"">
16 <table id=
"repertoire_recherche">
17 {% with search_form as form %}
18 {% include
"render_search_form.html" %}
20 <tr><th></th><td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td></tr>
25 <div class=
"sous-titre">
26 {{nb_sites}} site{{ nb_sites|pluralize }} correspondant à votre recherche
27 (
<a href=
"{% url rss_sites %}?{{ request.META.QUERY_STRING }}">Fil RSS
</a>)
28 {% if user.is_authenticated %}
29 (
<a href=
"{% url sauvegarder_recherche "sites
" %}?{{ request.META.QUERY_STRING }}">Sauvegarder cette recherche
</a>)
33 <div class=
"pagination">{% paginate %}
</div>
34 {% for site in sites %}
35 {% include
"sites/resultat.html" %}
37 <div class=
"pagination">{% paginate %}
</div>