{% load i18n %}
{% blocktrans with start_index=page.start_index end_index=page.end_index count=page.paginator.count %} Found {{ count }} entries. Showing {{ start_index }} to {{ end_index }}. {% endblocktrans %}