{# default Sliding pagination control implementation #} {% if pageCount > 1 %}
{# {% if first is defined and current != first %}#} {# #} {# #} {# #} {# {% endif %}#} {% if previous is defined %} {% endif %} {% for page in pagesInRange %} {% if page != current %} {{ page }} {% else %} {{ page }} {% endif %} {% endfor %} {% if next is defined %} {% endif %} {# {% if last is defined and current != last %}#} {#
  • #} {# #} {# #} {# #} {#
  • #} {# {% endif %}#}
    {% endif %}