{{template "base" .}} {{define "title"}} {{printf "Budget for %s %d" .Date.Month .Date.Year}} {{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
{{.Group}} | {{.Name}} | {{template "amount-cell" .Balance}} {{template "amount-cell" .BalanceAssignments}} {{template "amount-cell" .Activity}} |