{% if total_items > 0 %}
{{ strings.displaying }} {{ from }}–{{ to }} {{ strings.of }} {{ total_items_i18n }}
{% else %}
{{ strings.nothing_found }}
{% endif %}
{% if current_page != -1 %}
{% if ( paginate_links ) %}
{% if current_page > 1 %}
«
{% endif %}
{% for link in paginate_links %}
{% if link.class == "current" %}
{{ link.number }}
{% endif %}
{% if link.class == "" %}
{{ link.number }}
{% endif %}
{% if link.class == "dots" %}
{{ link.number }}
{% endif %}
{% endfor %}
{% if current_page < total_pages %}
»
{% endif %}
{% endif %}
{% endif %}
{% if total_items > select[0] %}
{% endif %}
{% if ( current_page != -1 ) and ( total_items > select_value ) %}
{{ strings.display_all }}
{% endif %}