{% load unfold_list %} {% if pagination_required %} {% for i in page_range %}
{% paginator_number cl i %}
{% endfor %} {% endif %}
{% if pagination_required %} - {% endif %} {{ cl.result_count }} {% if cl.result_count == 1 %} {{ cl.opts.verbose_name }} {% else %} {{ cl.opts.verbose_name_plural }} {% endif %}