diff --git a/resources/views/v1/budgets/index.twig b/resources/views/v1/budgets/index.twig index 82f2528886..0686d06780 100644 --- a/resources/views/v1/budgets/index.twig +++ b/resources/views/v1/budgets/index.twig @@ -346,12 +346,12 @@   {{ 'sum'|_ }} - + {% for arr in sums.budgeted %} {{ formatAmountBySymbol(arr.amount, arr.currency_symbol, arr.currency_decimal_places) }}
{% endfor %} - + {% for arr in sums.spent %} {{ formatAmountBySymbol(arr.amount, arr.currency_symbol, arr.currency_decimal_places) }} ({{ formatAmountBySymbol(arr.amount / activeDaysPassed, arr.currency_symbol, arr.currency_decimal_places) }})