{% load i18n %} {% if sync_page_obj %}
{% if sync_paginator.num_pages > 1 %} {% endif %} {% blocktrans trimmed with start=sync_page_obj.start_index end=sync_page_obj.end_index total=sync_paginator.count %} Showing {{ start }}-{{ end }} of {{ total }} {% endblocktrans %}
{% endif %}