{% capture css %} {% render "../../assets/styles/components/paginator.css" %} {% endcapture %} {% capture js %} {% render "../../assets/scripts/paginator.js" %} {% endcapture %} {% if pagination.href.previous %} {% tablericon "arrow-left" "Previous" %} {% else %} {% tablericon "arrow-left" "Prevous" %} {% endif %} {{ pagination.pageNumber | plus: 1 }} of {{ pagination.links.size }} {% for pageEntry in pagination.pages %} {{ forloop.index }} of {{ pagination.links.size }} {% endfor %} {% if pagination.href.next %} {% tablericon "arrow-right" "Next" %} {% else %} {% tablericon "arrow-right" "Next" %} {% endif %}