1 {% extends
"container_base.html" %}
2 {% load pagination_tags %}
7 {% autopaginate groupes
20 %}
10 <li><a href=
"{% url aide %}#repertoire">Aide
</a></li>
11 {% include
"chercheurs/actions.html" %}
16 <div style=
"clear:both;width:400px;float:left;padding-right:20px;">
19 <form method=
"get" action=
"">
22 {% for field in search_form %}
23 {% if field.is_hidden %}
29 <td><input type=
"submit" class=
"bouton" value=
"Rechercher" /></td>
35 <div class=
"sous-titre">
36 {{ nb_resultats }} resultats correspondant à votre recherche
39 <div class=
"pagination">{% paginate %}
</div>
43 {% for groupe in groupes %}
44 <li><a href=
"{% url chercheurs.views.groupe_retrieve groupe.id %}">{{ groupe.nom }}
</a></li>
48 <div class=
"resultatRecherche">
49 <h2>Aucun résultat trouvé
</h2>
52 <div class=
"pagination">{% paginate %}
</div>
57 <div style=
"float:left;">
60 {% for groupe in mesgroupes %}
61 <li><a href=
"{% url chercheurs.views.groupe_retrieve groupe.id %}">{{ groupe.nom }}
</a></li>
67 <div style=
"clear:both;"></div>
70 <h2>Activités récentes de mes groupes
</h2>
71 {% for message in messages %}
72 {% include 'chercheurs/groupe_message_display_full.html' %}