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

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

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

{{ 'transactions'|_ }}

{% include 'list.journals-tasker' %}
{% for entry in entries %} {% if entry[2] != 0 or entry[3] != 0 %}
{% if entry[2] != 0 %} {% endif %} {% if entry[3] != 0 %} {% endif %}
{{ 'spent'|_ }} {{ entry[2]|formatAmount }}
{{ 'earned'|_ }} {{ entry[3]|formatAmount }}
{% endif %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}