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

{{ 'showEverything'|_ }}

{% endif %} {% if periods|length > 0 %} {% set boxSize = 'col-lg-4 col-md-6 col-sm-12 col-xs-12' %}
{# for withdrawals, deposits and transfers #}

{{ 'categories'|_ }}

{# only for withdrawals #} {% if objectType == 'withdrawal' %}

{{ 'budgets'|_ }}

{% endif %} {% if objectType != 'withdrawal' %}

{{ 'all_source_accounts'|_ }}

{% endif %} {# for all #}

{{ 'all_destination_accounts'|_ }}

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

{{ subTitle }}

{{ 'create_new_transaction'|_ }}
{# actual list #} {% include 'list.groups' %}
{# boxes with info #} {% 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 %}