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 {{search_form.as_table}}
18 <tr><th></th><td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td></tr>
23 <div class=
"sous-titre">
24 {{nb_sites}} site{{ nb_sites|pluralize }} correspondant à votre recherche
25 (
<a href=
"{% url rss_sites %}?{{ request.META.QUERY_STRING }}">Fil RSS
</a>)
26 {% if user.is_authenticated %}
27 (
<a href=
"{% url sauvegarder_recherche "sites
" %}?{{ request.META.QUERY_STRING }}">Sauvegarder cette recherche
</a>)
31 <div class=
"pagination">{% paginate %}
</div>
32 {% for site in sites %}
33 {% include
"sites/resultat.html" %}
35 <div class=
"pagination">{% paginate %}
</div>