1 {% extends
"container_base.html" %}
2 {% load sep pagination_tags %}
3 {% load url from future %}
5 {% block sep_menu_droite %}
6 {% sep_menu_brique discipline_active region_active %}
10 {% autopaginate sites
10 %}
13 <li><a href=
"{% url "aide
" %}#sitotheque">Aide
</a></li>
14 {% include
"sites/actions.html" %}
16 <h1>Sites
— Sitothèque
</h1>
20 <form method=
"get" action=
"">
21 <table id=
"repertoire_recherche">
22 {% with search_form as form %}
23 {% include
"render_search_form.html" %}
25 <tr><th></th><td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td></tr>
30 <div class=
"sous-titre">
31 {{nb_sites}} site{{ nb_sites|pluralize }} correspondant à votre recherche
32 (
<a href=
"{% url "rss_sites
" %}?{{ request.META.QUERY_STRING }}">Fil RSS
</a>)
33 {% if user.is_authenticated %}
34 (
<a href=
"{% url "sauvegarder_recherche
" "sites
" %}?{{ request.META.QUERY_STRING }}">Sauvegarder cette recherche
</a>)
38 <div class=
"pagination">{% paginate %}
</div>
39 {% for site in sites %}
40 {% include
"sites/resultat.html" %}
42 <div class=
"pagination">{% paginate %}
</div>