{{define "content"}} {{$d := .}} {{$change := sub $d.ThisMonth.TotalCents $d.LastMonth.TotalCents}}
| Date | Description | Category | Amount |
|---|---|---|---|
| {{dateShort .Date}} | {{if $color}}{{end}} {{.Category}} | {{if lt .AmountCents 0}}−{{else}}+{{end}}€{{cents (centsAbs .AmountCents)}} | |
| No transactions yet. Import some! | |||