2017-04-20 09:35:33 +00:00
|
|
|
Dear Board,
|
|
|
|
|
2017-04-22 18:07:39 +00:00
|
|
|
{{ with .Decision }}The motion with the identifier {{.Tag}} has been {{.Status}}.{{ end }}
|
2017-04-20 09:35:33 +00:00
|
|
|
|
2017-04-22 18:07:39 +00:00
|
|
|
The reasoning for this result is: {{ .Reasoning }}
|
|
|
|
|
|
|
|
{{ with .Decision }}Motion:
|
2017-04-20 09:35:33 +00:00
|
|
|
{{.Title}}
|
|
|
|
{{.Content}}
|
|
|
|
|
|
|
|
Vote type: {{.VoteType}}{{end}}
|
|
|
|
|
|
|
|
{{ with .VoteSums }} Ayes: {{ .Ayes }}
|
|
|
|
Nayes: {{ .Nayes }}
|
|
|
|
Abstentions: {{ .Abstains }}
|
|
|
|
|
|
|
|
Percentage: {{ .Percent }}%{{ end }}
|
|
|
|
|
|
|
|
Kind regards,
|
|
|
|
the voting system.
|