{% load static i18n pinmok_admin_tags %} {# #}

{% blocktranslate with name=cl.opts.verbose_name_plural %}Pagination {{ name }}{% endblocktranslate %}

{% if pagination_required %}
{{ 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 %}
{% endif %}