{% load i18n %}
{% if total_count > 0 %} {% blocktrans %}Showing {{ start }}-{{ end }} of {{ total_count }}{% endblocktrans %} {% endif %} {% if is_paginated %} {% endif %}