{% macro render_pagination(page) -%}
{{page.items_first}}-{{page.items_last}} {{_('of (items)')}} {{page.items_total}} {{_('of (items)')}} {{page.last}}
{%- endmacro %}