{{template "base" .}} {{define "title"}}{{.Account.Name}}{{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
{{.Date}} | {{.Account}} | {{.Payee}} | {{if .CategoryGroup}} {{.CategoryGroup}} : {{.Category}} {{end}} | {{.Memo}} | {{printf "%.2f" .Amount.GetFloat64}} |