{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what, moment, start, end) }} {% endblock %} {% block content %} {# upper show-all instruction #} {% if periods.count > 0 %}
{% endif %} {# list with journals #}{% if what == 'withdrawal' %} {{ 'spent'|_ }} {% endif %} {% if what == 'deposit' %} {{ 'earned'|_ }} {% endif %} {% if what == 'transfers' or what == 'transfer' %} {{ 'transferred'|_ }} {% endif %} | {% if what == 'transfers' or what == 'transfer' %} {{ formatAmountBySymbol(Steam.positive(sum.sum), sum.currency.symbol, sum.currency.dp, false) }} {% else %} {{ formatAmountBySymbol(sum.sum, sum.currency.symbol, sum.currency.dp) }} {% endif %} |