{% load i18n admin_list admin_kubi_tags %}
{% if cl.result_count > 0 %}

{{ cl.result_count }} {% if cl.result_count == 1 %} {{ cl.opts.verbose_name }} {% else %} {{ cl.opts.verbose_name_plural }} {% endif %} {% if show_all_url %}   {% trans 'Show all' %} {% endif %}

{% endif %}
{% if cl.formset and cl.result_count %} {% endif %}