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

{% for account in balance.getBalanceHeader.getAccounts %} {% endfor %} {% for balanceLine in balance.getBalanceLines %} {% if balanceLine.getBudget %} {% else %} {% endif %} {% for balanceEntry in balanceLine.getBalanceEntries %} {% endfor %} {% endfor %}
{{ 'budgets'|_ }}{{ account.name }} {{ 'leftInBudget'|_ }} {{ 'sum'|_ }}
{{ balanceLine.getTitle }} {{ balanceLine.getRepetition.amount|formatAmount }}{{ balanceLine.getTitle }} {% if balanceEntry.getSpent != 0 %} {{ (balanceEntry.getSpent*-1)|formatAmountPlain }} {% endif %} {% if balanceEntry.getLeft != 0 %} {{ (balanceEntry.getLeft)|formatAmountPlain }} {% endif %} {% if balanceLine.leftOfRepetition != 0 %} {{ balanceLine.leftOfRepetition|formatAmount }} {% endif %} {% if balanceLine.sumOfLeft != 0 %} {{ balanceLine.sumOfLeft|formatAmount }} {% endif %}