{% if paginate.totalPages > 1 %}

{{ "Showing {first} through {last} of {total} {type}"|t({ first: paginate.first, last: paginate.last, total: paginate.total, type: type }) }}

{% if paginate.prevUrl %} {{ "Previous"|t }} {% else %}
{{ "Previous"|t }}
{% endif %} {% if paginate.nextUrl %} {{ "Next"|t }} {% else %}
{{ "Next"|t }}
{% endif %}
{% endif %}