cacert-boardvoting/internal/mailtemplates/closed_motion_mail.txt

20 lines
387 B
Text
Raw Normal View History

2017-04-20 09:35:33 +00:00
Dear Board,
The motion with the identifier {{ .Data.Tag }} has been closed.
2017-04-20 09:35:33 +00:00
The reasoning for this result is: {{ .Data.Reasoning }}
{{ with .Data }}Motion:
{{ .Title}}
{{ .Content}}
2017-04-20 09:35:33 +00:00
Vote type: {{ .Type}}{{end}}
2017-04-20 09:35:33 +00:00
{{ with .Data.Sums }} Ayes: {{ .Ayes }}
2017-04-20 09:35:33 +00:00
Nayes: {{ .Nayes }}
Abstentions: {{ .Abstains }}
Percentage: {{ .Percent }}%{{ end }}
Kind regards,
the voting system.