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