Showing {{ cl.result_list|length }}
{% if cl.result_count == 1 %}
{{ cl.opts.verbose_name }}
{% else %}
{{ cl.opts.verbose_name_plural }}
{% endif %}
out of {{ cl.result_count }} entries
{% if cl.formset and cl.result_count %}
{% endif %}
{% endif %}