{{template "base" .}} {{define "title"}}{{.Account.Name}}{{end}} {{define "new"}} {{template "transaction-new" .}} {{end}} {{define "main"}}
{{.Date.Format "02.01.2006"}} | {{.Account}} | {{.Payee}} | {{if .CategoryGroup}} {{.CategoryGroup}} : {{.Category}} {{end}} | {{if .GroupID.Valid}}☀{{end}} | {{.Memo}} | {{template "amount-cell" .Amount}}{{.Status}} |