{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, start, end) }} {% endblock %} {% block content %}

{{ 'incomeVsExpenses'|_ }}

{% if Config.get('firefly.chart') == 'google' %}
{% endif %} {% if Config.get('firefly.chart') == 'chartjs' %} {% endif %}
{% for account in accounts %}

{{ account.name }}

Box box
{% endfor %}

Budgets

Select budget, chart.

Categories

Select budget, chart.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% if Config.get('firefly.chart') == 'google' %} {% endif %} {% if Config.get('firefly.chart') == 'chartjs' %} {% endif %} {% endblock %}