{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, tag, start, end) }} {% endblock %} {% block content %}
{% if tag.description %} {% endif %} {% if tag.date %} {% endif %}
{{ trans('list.description') }} {{ tag.description }}
{{ trans('list.date') }} {{ tag.date.formatLocalized(monthAndDayFormat) }}
{{ trans('list.sum') }} {{ (sums.Withdrawal + sums.Transfer + sums.Deposit)|formatAmount }}
{{ trans('list.sum_excluding_transfers') }} {{ (sums.Withdrawal + sums.Deposit)|formatAmount }}
{{ trans('list.sum_withdrawals') }} {{ sums.Withdrawal|formatAmount }}
{{ trans('list.sum_deposits') }} {{ sums.Deposit|formatAmount }}
{{ trans('list.sum_transfers') }} {{ sums.Transfer|formatAmount }}
{% if tag.latitude and tag.longitude and tag.zoomLevel %}
{% else %}

{{ 'no_location_set'|_ }}

{% endif %}
{% if periods.count > 0 %}

{{ 'showEverything'|_ }}

{% endif %}
{% if periods.count > 0 %}
{% for period in periods %} {% if period.spent != 0 or period.earned != 0 %}
{% if period.spent != 0 %} {% endif %} {% if period.earned != 0 %} {% endif %}
{{ 'spent'|_ }} {{ period.spent|formatAmount }}
{{ 'earned'|_ }} {{ period.earned|formatAmount }}
{% endif %} {% endfor %}
{% endif %}
{% if periods.count > 0 %}

{{ 'showEverything'|_ }}

{% endif %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}