custom/plugins/AcrisProductCustomerGroupCS/src/Resources/views/storefront/element/cms-element-product-slider.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/element/cms-element-product-slider.html.twig' %}
  2. {% block element_product_slider_controls_items %}
  3.     {% if element.data.products.elements|length > 0 %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}