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

{{ 'overview'|_ }} (period)

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

Back to all periods

{{ 'transactions'|_ }}

{% include 'list/journals' %}
{% endblock %} {% block scripts %} {% if Config.get('firefly.chart') == 'google' %} {% endif %} {% if Config.get('firefly.chart') == 'chartjs' %} {% endif %} {% endblock %}