{% extends 'hdabo_base.html' %} {% block content %}

Recherche

 
{% if query %}

Résultats

Page {{page.number}}/{{paginator.num_pages}}
{% for result in page.object_list %} {% empty %} {% endfor %}
{{forloop.counter0|add:page.start_index}}. {{ result.object.title }}
Pas de résultats.
{% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}« Prec.{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Suiv. »{% if page.has_next %}{% endif %}
{% endif %} {% endif %}
{% endblock %}