You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/internal/mailtemplates/create_motion_mail.txt

22 lines
445 B
Plaintext

Dear Board,
{{ .Data.Name }} has made the following motion:
{{ .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
To see all your pending votes: {{ .BaseURL }}{{ .Data.UnvotedURL }}
Kind regards,
the voting system