{% if page_numbers %}
Showing Items {{ first_this_page }}-{{ last_this_page }} of {{ hits }} on page {{ page }} of {{ pages }}: {% if show_first %} {% if search_term %} First {% else %} First {% endif %} {% endif %} {% if has_previous %} {% if search_term %} Previous {% else %} Previous {% endif %} {% endif %} {% for pg in page_numbers %} {% ifequal pg page %} {{ pg }} {% else %} {% if search_term %} {{ pg }} {% else %} {{ pg }} {% endif %} {% endifequal %} {% endfor %} {% if has_next %} {% if search_term %} Next {% else %} Next {% endif %} {% endif %} {% if show_last %} {% if search_term %} Last {% else %} Last {% endif %} {% endif %}
{% else %}

{% endif %}