{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, start, end, reportType, accountIds) }} {% endblock %} {% block content %}
| Budget{% for year in years %} | {{ year }}{% endfor %} | 
|---|---|
| {{ info.name }}{% for amount in info.entries %} | {{ amount|formatAmount }}{% endfor %} |