custom/plugins/OttMoebelfirstTheme/src/Resources/views/storefront/component/pagination.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/pagination.html.twig' %}
  2. {% block component_pagination_first %}{% endblock %}
  3. {% block component_pagination_last %}{% endblock %}
  4.  {% block component_pagination_prev_icon %}
  5.      {% sw_icon 'arrow-left' %}
  6.  {% endblock %}
  7.  {% block component_pagination_next_icon %}
  8.      {% sw_icon 'arrow-right' %}
  9.  {% endblock %}