{% 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 %}
{% for page in page_range %}
{% page_item cl page %}
{% endfor %}
{% if show_all_url %}