{% load admin_list %} {% load i18n %}

{{ cl.result_count }} {% if cl.result_count == 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endif %}

{% if show_all_url %}{% translate 'Show all' %}{% endif %}
{% if cl.dynamic %}

{% translate 'Number of items per page' %} :

{% with '5 10 25 50 100 250 500 1000' as list %} {% endwith %}
{% endif %} {% if cl.formset and cl.result_count %} {% endif %}