{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, account, start, end) }} {% endblock %} {% block content %}
{% if periods|length > 0 %} {{ 'show_all_no_filter'|_ }} {% else %} {{ 'show_the_current_period_and_overview'|_ }} {% endif %}