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