uawdijnntqw1x1x1
IP : 216.73.216.107
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
.
/
templates
/
.
/
shop
/
products
/
.
/
_includes
/
pagination.twig
/
/
<!-- Template: {{ _self }}.twig --> {# @var products \craft\commerce\elements\Product[] #} {# @var pageInfo \craft\web\twig\variables\Paginate #} <div class="my-6"> <div class="mb-2"> {{ 'Showing {num} of {total}.'|t({ num: products|length, total: pageInfo.total }) }} </div> {% if pageInfo.currentPage != 1 %} <a href="{{ pageInfo.firstUrl }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- 'First'|t -}} </a> {% endif %} {% if pageInfo.prevUrl %} <a href="{{ pageInfo.prevUrl }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- 'Previous'|t -}} </a> {% endif %} {% for page, url in pageInfo.getPrevUrls(5) %} <a href="{{ url }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- page -}} </a> {% endfor %} {% if pageInfo.totalPages > 1 %} <span class="px-2 py-1">{{ pageInfo.currentPage }}</span> {% endif %} {% for page, url in pageInfo.getNextUrls(5) %} <a href="{{ url }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- page -}} </a> {% endfor %} {% if pageInfo.nextUrl %} <a href="{{ pageInfo.nextUrl }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- 'Next'|t -}} </a> {% endif %} {% if pageInfo.currentPage != pageInfo.totalPages %} <a href="{{ pageInfo.lastUrl }}" class="text-blue-400px-2 py-1 px-2 rounded border border-gray-300"> {{- 'Last'|t -}} </a> {% endif %} </div>
/srv/users/craft4/apps/craft4-newsite-space/./templates/./shop/products/./_includes/pagination.twig