custom/plugins/sw-asus/src/Resources/views/storefront/component/product/listing.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
  2. {% block product_listing %}
  3.     <div class="listing-subheader--total">
  4.         {{ searchResult.total }} {{ 'asus.listingSubheaderDevicesLabel'|trans|sw_sanitize }}
  5.     </div>
  6.     {{ parent() }}
  7. {% endblock %}
  8. {% block element_product_listing_box %}
  9.  {% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with {
  10.      'layout': boxLayout,
  11.      'displayMode': displayMode,
  12.      'load': loop.index <= 6 or controllerName|lower != 'navigation' ? true : false
  13.  } %}
  14. {% endblock %}