{% import 'OroUIBundle::macros.html.twig' as UI %} {% macro renderCollection(collection, sale) %} {% import 'OroUIBundle::macros.html.twig' as UI %} {% set pos = [] %} {% set saleId = sale %} {% for element in collection %} {% set pos = pos|merge([element]) %} {% endfor %} {% for po in pos %} {% import 'OroUIBundle::macros.html.twig' as UI %}