{% extends "./layout/default.twig" %} {% block content %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
{{ 'reportsOwnAccounts'|_ }}
{% for year, entries in months %}

{{ year }}

{% endfor %}
{{ 'reportsOwnAccountsAndShared'|_ }}
{% for year, entries in months %}

{{ year }}

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