2017-04-18 18:30:08 +00:00
|
|
|
Dear Board,
|
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
{{ .Data.Name }} has made the following motion:
|
2017-04-18 18:30:08 +00:00
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
{{ .Data.Title }}
|
2017-04-18 22:05:42 +00:00
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
{{ wrap 76 .Data.Content }}
|
2017-04-18 18:30:08 +00:00
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
Vote type: {{ .Data.Type }}
|
2017-04-18 18:30:08 +00:00
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
Voting will close {{ .Data.Due }}
|
2017-04-18 18:30:08 +00:00
|
|
|
|
|
|
|
To vote please choose:
|
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
Aye: {{ .BaseURL }}{{ .Data.VoteURL }}/aye
|
|
|
|
Naye: {{ .BaseURL }}{{ .Data.VoteURL }}/naye
|
|
|
|
Abstain: {{ .BaseURL }}{{ .Data.VoteURL }}/abstain
|
2017-04-18 18:30:08 +00:00
|
|
|
|
2022-05-26 13:27:25 +00:00
|
|
|
To see all your pending votes: {{ .BaseURL }}{{ .Data.UnvotedURL }}
|
2017-04-18 18:30:08 +00:00
|
|
|
|
|
|
|
Kind regards,
|
|
|
|
the voting system
|