Jan Dittberner
368bd8eefb
- remove the old code and its dependencies - perform some refactoring and fix notifications - add TODO tags for observed shortcomings - rename voters.go to users.go - implement health check for SMTP connection
20 lines
No EOL
387 B
Text
20 lines
No EOL
387 B
Text
Dear Board,
|
|
|
|
The motion with the identifier {{ .Data.Tag }} has been closed.
|
|
|
|
The reasoning for this result is: {{ .Data.Reasoning }}
|
|
|
|
{{ with .Data }}Motion:
|
|
{{ .Title}}
|
|
{{ .Content}}
|
|
|
|
Vote type: {{ .Type}}{{end}}
|
|
|
|
{{ with .Data.Sums }} Ayes: {{ .Ayes }}
|
|
Nayes: {{ .Nayes }}
|
|
Abstentions: {{ .Abstains }}
|
|
|
|
Percentage: {{ .Percent }}%{{ end }}
|
|
|
|
Kind regards,
|
|
the voting system. |