{% sw_extends '@Storefront/storefront/component/pagination.html.twig' %} {% block component_pagination_nav %} {% set currentPage = ((criteria.offset + 1) / criteria.limit )|round(0, 'ceil') %} {% set totalPages = (entities.total / criteria.limit)|round(0, 'ceil') %} {% set labelClasses = "relative block -ml-px leading-normal text-blue bg-white border border-gray-200 no-underline rounded mr-2 mb-2 dark:hover:bg-gray-600 dark:focus:bg-gray-600 dark:focus:text-white dark:hover:text-white dark:text-gray-200 hover:text-gray-900 focus:text-gray-900 hover:bg-sw-navigation-hover focus:bg-sw-navigation-hover focus:outline-none focus:shadow-outline" %} {% if totalPages > 1 %} {% endif %} {% endblock %}