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/templates/closed_motion_mail.txt

18 lines
332 B
Plaintext

Dear Board,
{{ with .Decision }}The motion with the identifier {{.Tag}} has been {{.Status}}.
Motion:
{{.Title}}
{{.Content}}
Vote type: {{.VoteType}}{{end}}
{{ with .VoteSums }} Ayes: {{ .Ayes }}
Nayes: {{ .Nayes }}
Abstentions: {{ .Abstains }}
Percentage: {{ .Percent }}%{{ end }}
Kind regards,
the voting system.