{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, accountIds, start, end) }} {% endblock %} {% block content %} {# charts #}

{{ 'incomeVsExpenses'|_ }}

{# balances and income vs. expense. #}

{{ 'accountBalances'|_ }}

{# loading indicator #}

{{ 'incomeVsExpenses'|_ }}

{# loading indicator #}
{# block with income #}

{{ 'income'|_ }}

{# loading indicator #}
{# block with expenses #}

{{ 'expenses'|_ }}

{# loading indicator #}
{# net worth #}

{{ 'net_worth'|_ }}

{# This is the budget overview generated by budget period report #}

{{ 'budgets'|_ }}

{# loading indicator #}
{# This is the chart that belongs to the above overview. #}

{{ 'chart'|_ }}

{{ 'budget_chart_click'|_ }}

{# same thing but for categories (expenses) #}

{{ 'categories'|_ }} ({{ 'expenses'|_ }})

{# loading indicator #}
{# same thing but for categories (income) #}

{{ 'categories'|_ }} ({{ 'income'|_ }})

{# loading indicator #}
{# and the same chart too! #}

{{ 'chart'|_ }}

{{ 'category_chart_click'|_ }}

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}