{% trans name=cl.opts.verbose_name_plural %}Pagination {{ name }}{% endtrans %}

{% if pagination_required %}
    {% for i in page_range %}
  • {{ paginator_number(cl, i) }}
  • {% endfor %}
{% endif %} {{ cl.result_count }} {% if cl.result_count == 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endif %} {% if show_all_url %}{{ gettext('Show all') }}{% endif %}