1 {% extends
"container_base.html" %}
3 {% load pagination_tags %}
6 {% autopaginate actualites
10 %}
9 <li><a href=
"{% url aide %}#actualites">Aide
</a></li>
16 <form action=
"" method=
"get">
18 {% with search_form as form %}
19 {% include
"render_search_form.html" %}
21 <tr><th></th><td><input type=
"submit" value=
"Rechercher" /></td></tr>
26 <div class=
"sous-titre">
27 {{ nb_resultats }} actualités correspondant à votre recherche
28 (
<a href=
"{% url rss_actualites %}?{{ request.META.QUERY_STRING }}">Fil RSS
</a>)
29 {% if user.is_authenticated %}
30 (
<a href=
"{% url sauvegarder_recherche "actualites
" %}?{{ request.META.QUERY_STRING }}">Sauvegarder cette recherche
</a>)
34 <div class=
"pagination">{% paginate %}
</div>
35 {% for actualite in actualites %}
36 {% include
"savoirs/actualite_resultat.html" %}
38 <div class=
"pagination">{% paginate %}
</div>