{{template "base" .}} {{define "title"}} {{printf "Budget for %s %d" .Date.Month .Date.Year}} {{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
New Transaction
Previous Month - Current Month - Next Month
Available Balance: {{template "amount" .AvailableBalance}}
{{range .Categories}} {{template "amountf64-cell" .AvailableLastMonth}} {{template "amountf64-cell" .Assigned}} {{template "amountf64-cell" .Activity}} {{template "amountf64-cell" .Available}} {{end}}
Group Category Leftover Assigned Activity Available
{{.Group}} {{.Name}}
{{end}}