{% if carts is empty %} Nici un cos nu necesita atentie {% else %} {% for cart in carts %} {% include 'scan/partials/importantCartItemType' ~ cart.type ~ '.html.twig' with {'cart':cart} %} {% endfor %} {% endif %}