{{- define "body" -}}

{{.Title}}

{{- range .Rows}} {{- if .Section}} {{else if and (not .Description) (not .Amount.Unit.Symbol) }} {{else}} {{end}} {{- end}}
As of
{{.Description}}
 
{{- if .Account -}} {{.Description}} {{- else -}} {{.Description}} {{- end -}} {{if .Amount.Unit.Symbol}}{{.Amount}}{{end}}
{{- end}}