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

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

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

{{ 'transactions'|_ }}

{% include 'list/journals' %}
{% 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 %}