cacert-boardvoting/internal/mailtemplates/create_motion_mail.txt
Jan Dittberner a1a66b7245 Finish new motion create implementation
- rename config block mail_server to mail_config
- rename smtp server settings
- move mail notification settings to mail_config
- improve navigation templates
- prepare routes for user management
2022-05-26 15:27:25 +02:00

22 lines
No EOL
445 B
Text

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