{% if products|length == 4 %} {% set columns = "two" %} {% endif %} {% if products|length == 3 %} {% set columns = "three odd doubling" %} {% endif %} {% for product in products %} {% include '@SyliusShop/Product/_box.html.twig' %} {% endfor %}