{{ template "header" . }}
{{ $voter := .Voter }}
{{ if .Params.Flags.Unvoted }}
Show all votes
{{ else if $voter }}
Show my pending votes
{{ end }}
{{ if .Decisions }}
Status | Motion | {{ if $voter }}Actions | {{ end }}
---|---|---|
{{ if .PrevPage }}<{{ end }} {{ if .NextPage }}>{{ end }} | {{ if $voter }}{{ end }} |
There are no motions requiring a vote from you.
{{ else }}There are no motions in the system yet.
{{ end }} {{end}} {{ template "footer" . }}