{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, account, moment, start, end) }} {% endblock %} {% block content %}
{{ 'spent'|_ }} | {{ formatAmountByCurrency(currency, period.spent) }} |
{{ 'earned'|_ }} | {{ formatAmountByCurrency(currency, period.earned) }} |