{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, account, start, end) }} {% endblock %} {% block content %}
{% if periods.count > 0 %} {{ 'show_all_no_filter'|_ }} {% else %} {{ 'show_the_current_period_and_overview'|_ }} {% endif %}
{{ 'spent'|_ }} | {{ formatAmountByCurrency(currency, period.spent) }} |
{{ 'earned'|_ }} | {{ formatAmountByCurrency(currency, period.earned) }} |