{% extends "./layout/default.twig" %} {% block content %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
Reports for your own accounts
{% for year, entries in months %}

{{ year }}

{% endfor %}
Reports for your own accounts and shared accounts
{% for year, entries in months %}

{{ year }}

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}