{% load admin_list %} {% load i18n %} {% if pagination_required %} {% comment %} {% translate 'Exibir' %} 10 20 30 {% endcomment %} {# Exemplo: "21-40 de 100 itens" #} {{ cl.page_obj.start_index }} – {{ cl.page_obj.end_index }} de {{ cl.result_count }} {% if cl.result_count == 1 %} {{ cl.opts.verbose_name }} {% else %} {{ cl.opts.verbose_name_plural }} {% endif %} {% translate 'Página' %} {% for i in page_range %} {{ i }} {% paginator_number cl i %} {% endfor %} {% endif %} {% if show_all_url %} {% translate 'Show all' %} {% endif %} {% comment %} {% if cl.formset and cl.result_count %} {% endif %} {% endcomment %} {% comment %}