{% load admin_list dashub i18n %}
{{ cl.result_count }} {% if cl.result_count == 1 %} {{ cl.opts.verbose_name }} {% else %} {{ cl.opts.verbose_name_plural }} {% endif %} {% if cl.formset and cl.result_count %} {% endif %}
    {% if pagination_required %} {% for i in page_range %} {% dashub_paginator_number cl i %} {% endfor %} {% endif %}