{% for line in budgetLines %} {% include 'budget/budget_line.html.twig' with { line : line, currency: currency } %} {% endfor %}