{# -*- mode: html; coding: utf-8 -*- #}
{% if is_paginated and page_obj.has_other_pages %} Page {{ page_obj.number }}/{{ paginator.num_pages }} | {% if page_obj.has_previous %}première{% else %}première{% endif %} | {% if page_obj.has_previous %}précedente{% else %}précedente{% endif %} | {% if page_obj.has_next %}suivante{% else %}suivante{% endif %} | {% if page_obj.has_next %}dernière{% else %}dernière{% endif %}
{{ page_obj.object_list|length }}/{{ paginator.object_list|length}} résultats affichés (de: {{ page_obj.start_index }} à {{ page_obj.end_index }})
{% else %} {{ object_list|length }} résultats affichés {% endif %}