Spent
ยฃ{{ (totalBills + totalExpenses)|number_format(2) }}
Bills ยฃ{{ totalBills|number_format(2) }} + daily ยฃ{{ totalExpenses|number_format(2) }}
Remaining
ยฃ{{ remaining|number_format(2) }}
{{ remaining >= 0 ? 'Looking good ๐' : 'Over budget โ ๏ธ' }}
โญ {{ goal.name }}
ยฃ{{ goal.currentAmount|number_format(2) }}
{{ goal.progressPercent }}% of ยฃ{{ goal.targetAmount|number_format(2) }}{% if goal.institution %} ยท {{ goal.institution }}{% endif %}