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