{% set role = products|length == 5 ? 'grid-item' : '' %}
{% for product in products %}
{% include '@SyliusShop/Product/_box.html.twig' with {role} %}
{% endfor %}