{% for item in items %}
{% include 'website/product/product-item-box-default.html.twig' with {'item': item } %}
{% endfor %}