cacert-boardvoting/templates/closed_motion_mail.txt

18 lines
No EOL
332 B
Text

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.