{% load i18n static admin_urls admin_list adminlte3 %} {% comment %}
{% if pagination_required %} {% for i in page_range %} {% paginator_number cl i %} {% endfor %} {% endif %} {% if cl.formset and cl.result_count %} {% endif %}
{% endcomment %}
{% blocktranslate with list_per_page=cl.list_per_page result_count=cl.result_count %}Total of entries: {{ result_count }}.{% endblocktranslate %}