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

{{ 'showEverything'|_ }}

{% endif %} {# list with journals #}

{{ subTitle }}

{{ 'create_new_transaction'|_ }}
{# actual list #} {% include 'list.groups' %}
{# boxes with info #} {% if periods.count > 0 %}
{% include 'list.periods' %}
{% endif %}
{# lower show-all instruction #} {% if periods.count > 0 %}

{{ 'showEverything'|_ }}

{% endif %} {% endblock %} {% block scripts %} {% endblock %}