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

{{ 'showEverything'|_ }}

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

{{ subTitle }}

{% if what == 'transfers' %} {{ ('new_' ~ what)|_ }} {% else %} {{ ('new_' ~ what)|_ }} {% endif %}
{# actual list #} {% if periods.count > 0 %} {# page is not "all"-overview#} {% include 'list.transactions' %} {% else %} {% include 'list.transactions' with {showCategories: true, showBudgets: true, showBill:true} %} {% endif %}
{# 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 %}