{% load i18n %}
  • {{ cl.result_count }} {% ifequal cl.result_count 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endifequal %}
  • {% if pagination_required %} {% for num in page_range %}
  • {{ num }}
  • {% endfor %} {% endif %} {% if show_all_url %}
  • {% trans 'Show all' %}
  • {% endif %}