vendor/dvdw/directory/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 element_product_listing_sorting %}
  3.     <div class="cms-element-product-listing-action-right">
  4.         {{ parent() }}
  5.     </div>
  6. {% endblock %}
  7. {% block element_product_listing_col_empty_alert %}
  8.     <div class="cms-element-product-listing-alert">
  9.     </div>
  10.     {{ parent() }}
  11. {% endblock %}