Show my outstanding votes
{{ $voter := .Voter }} {{ if .Decisions }} {{ if $voter }}{{ end }} {{range .Decisions }} {{ if $voter }} {{ end }} {{end}}
Status MotionActions
{{ if eq .Status 0 }}Pending {{ .Due}} {{ else if eq .Status 1}}Approved {{ .Modified}} {{ else if eq .Status -1}}Declined {{ .Modified}} {{ else if eq .Status -2}}Withdrawn {{ .Modified}} {{ else }}Unknown {{ end }} {{ .Tag}}
{{ .Title}}
{{ wrap 76 .Content }}

Due: {{.Due}}
Proposed: {{.Proposer}} ({{.Proposed}})
Vote type: {{.VoteType}}
Aye|Naye|Abstain: {{.Ayes}}|{{.Nayes}}|{{.Abstains}}
{{ if .Votes }} Votes:
{{ range .Votes}} {{ .Name }}: {{ .Vote}}
{{ end }} {{ else}} Show Votes {{ end }}
{{ if eq .Status 0 }} {{ end }}
{{else}}

There are no motions in the system yet.

{{end}}