Total: {{this.total}}
Total type: {{this.typeofTotal}}

Expense items

{{#each this.expenses as |expense|}}
{{expense.title}} – {{expense.description}} {{fmt-fiat-currency expense.amount expense.currency}}

TODO: date, url, tags

{{/each}}

{{input type="submit" value="Submit"}}