{% set totalProf = 0%}
{% for shop in shops %}
{% set totalProf = totalProf + profitCurrentMonth[shop.id] %}
{% endfor %}
{{ totalProf | number_format(2,".",",") }}€
Beneficio
anual
Rent. Ventas/Compras
Anual
{{ render (controller('CoreBundle:Article:_articleRentabilidadComprasVentaGroup',{'groupId' : group.getId()} )) }}