{% if paginate.totalPages > 1 %}
{{ "Showing {first} through {last} of {total} {type}"|t({ first: paginate.first, last: paginate.last, total: paginate.total, type: type }) }}