{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %} {% block element_product_listing_box %} {% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with { 'layout': boxLayout, 'displayMode': displayMode } %} {% if product.productReviews.elements|length > 0 %} {% sw_include '@Storefront/storefront/component/product/hemo-review.html.twig' with { reviews: product.productReviews, product: product } %} {% endif %} {% endblock %}