26 lines
No EOL
656 B
Text
26 lines
No EOL
656 B
Text
Dear Board,
|
|
|
|
{{ .Data.Name }} has modified motion {{ .Data.Tag }} to the following:
|
|
|
|
{{ .Data.Title }}
|
|
|
|
{{ wrap 76 .Data.Content }}
|
|
|
|
Vote type: {{ .Data.Type }}
|
|
|
|
Voting will close {{ .Data.Due }}
|
|
|
|
To vote please choose:
|
|
|
|
Aye: {{ .BaseURL }}{{ .Data.VoteURL }}/aye
|
|
Naye: {{ .BaseURL }}{{ .Data.VoteURL }}/naye
|
|
Abstain: {{ .BaseURL }}{{ .Data.VoteURL }}/abstain
|
|
|
|
Please be aware, that if you have voted already your vote is still
|
|
registered and valid. If this modification has an impact on how you wish to
|
|
vote, you are responsible for voting again.
|
|
|
|
To see all your pending votes: {{ .BaseURL }}{{ .Data.UnvotedURL }}
|
|
|
|
Kind regards,
|
|
the voting system |