{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, category, moment, start, end) }} {% endblock %} {% block content %}
{% if moment != 'all' and moment != '' %} {# both charts #}

{{ 'overview'|_ }} ({{ 'per_period'|_|lower }})

{{ 'overview'|_ }} ({{ 'all_periods'|_|lower }})

{% endif %} {% if moment == '' %} {# single chart #}

{{ subTitle }}

{% endif %} {% if moment == 'all' %} {# all chart #}

{{ 'overview'|_ }} ({{ 'all_periods'|_|lower }})

{% endif %}
{% if periods.count > 0 %}

{{ 'showEverything'|_ }}

{% endif %}

{{ 'transactions'|_ }}

{% include 'list.journals-tasker' with {hideCategories: true} %} {% if entries %}

{{ 'show_all_no_filter'|_ }}

{% else %}

{{ 'show_the_current_period_and_overview'|_ }}

{% endif %}
{% if periods.count > 0 %}
{% for period in periods %}
{{ 'spent'|_ }} {{ period.spent|formatAmount }}
{{ 'earned'|_ }} {{ period.earned|formatAmount }}
{{ 'transferred'|_ }} {{ period.transferred|formatAmountPlain }}
{% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}