cacert-boardvoting/internal/mailtemplates/closed_motion_mail.txt
Jan Dittberner 368bd8eefb Remove old code
- 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
2022-05-29 15:36:27 +02:00

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.