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.
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
Dear Board,
|
|
|
|
{{ with .Decision }}The motion with the identifier {{.Tag}} has been {{.Status}}.{{ end }}
|
|
|
|
The reasoning for this result is: {{ .Reasoning }}
|
|
|
|
{{ with .Decision }}Motion:
|
|
{{.Title}}
|
|
{{.Content}}
|
|
|
|
Vote type: {{.VoteType}}{{end}}
|
|
|
|
{{ with .VoteSums }} Ayes: {{ .Ayes }}
|
|
Nayes: {{ .Nayes }}
|
|
Abstentions: {{ .Abstains }}
|
|
|
|
Percentage: {{ .Percent }}%{{ end }}
|
|
|
|
Kind regards,
|
|
the voting system. |