{% if(paginationVariables.previous is defined) %}
  • {% endif %} {% for page in paginationVariables.pagesInRange %} {% if(paginationVariables.current == page) %}
  • {{ page }} (current)
  • {% else %}
  • {{ page }}
  • {% endif %} {% endfor %} {% if(paginationVariables.next is defined) %}
  • {% endif %}