{% set current_sort = request.GET.get('sort', 'created') %} {% set query = request.GET.get('q','') %} {% if show_sorts %}
{{_('{start}–{end} of {total}') | f(start=page_obj.start_index(),end=page_obj.end_index(),total=paginator.count) | safe }}
{% endif %} {% if is_paginated %}