{{define "content"}} {{$d := .}} {{$isNew := eq $d.Event.ID ""}}
{{$d.Event.Description}}
No goals yet.
{{end}} {{if ne (print $d.Event.Status) "approved"}} {{end}}| Category | Description | Type | Amount | {{if ne (print $d.Event.Status) "approved"}}{{end}} |
|---|---|---|---|---|
| {{.Category}} | {{.Description}} | {{if eq (print .Type) "income"}} income {{else}} expense {{end}} | {{cents .PlannedCents}} | {{if ne (print $d.Event.Status) "approved"}}{{end}} |
No budget lines yet. Add income and expense lines to plan this event's finances.
{{end}}{{.Body}}