{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, start, end) }} {% endblock %} {% block content %} {# upper show-all instruction #} {% if periods|length > 0 %}

{{ 'showEverything'|_ }}

{% endif %}

{{ subTitle }}

{% if periods|length > 0 %} {% include 'list.groups' %}

{{ 'show_all_no_filter'|_ }}

{% else %} {% include 'list.groups' %}

{{ 'show_the_current_period_and_overview'|_ }}

{% endif %}
{% if periods|length > 0 %}
{% include 'list.periods' %}
{% endif %}
{# lower show-all instruction #} {% if periods|length > 0 %}

{{ 'showEverything'|_ }}

{% endif %} {% endblock %} {% block scripts %} {# required for groups.twig #} {% endblock %}