{% macro render(list_params, view, total, total_pages, range_start, range_end) -%}

{{ _("Showing %(start)s to %(end)s of %(total)s entries", start=range_start, end=range_end, total=total) }}

{{ _("Show") }} {{ _("entries") }}
{% if view.show_goto_page %}
{% if list_params.q %}{% endif %} {% for s_name, s_dir in list_params.sorts %} {% endfor %} {% if list_params.page_size != view.page_size %} {% endif %}
{% endif %}
{%- endmacro %}