{{ 'budgets'|_ }} ({{ 'splitByAccount'|_|lower }})

{% for account in balance.getBalanceHeader.getAccounts %} {% endfor %} {% for balanceLine in balance.getBalanceLines %} {% if balanceLine.getBudget.id %} {% else %} {% endif %} {% for balanceEntry in balanceLine.getBalanceEntries %} {% endfor %} {% endfor %}
{{ 'budgets'|_ }}{{ account.name }} {{ 'leftInBudget'|_ }}
{{ balanceLine.getTitle }}
{{ balanceLine.getStartdate.formatLocalized(monthAndDayFormat) }} — {{ balanceLine.getEnddate.formatLocalized(monthAndDayFormat) }}
{% if(balanceLine.getBudget.amount) %} {{ balanceLine.getBudget.amount|formatAmount }} {% else %} {{ '0'|formatAmount }} {% endif %} {{ balanceLine.getTitle }} {% if balanceEntry.getSpent != 0 %} {{ (balanceEntry.getSpent)|formatAmountPlain }} {% endif %} {% if balanceEntry.getLeft != 0 %} {{ (balanceEntry.getLeft)|formatAmountPlain }} {% endif %} {{ balanceLine.leftOfRepetition|formatAmount }}