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.
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
{{ $baseurl := .BaseURL }}
|
|
Dear {{ .Name }},
|
|
|
|
You have not voted in the following CAcert Board vote(s)/motion(s):
|
|
|
|
{{ range .Decisions -}}
|
|
{{ .VoteType }} {{ .Tag }} {{ .Title }}
|
|
Due: {{ .Due }}
|
|
{{ $baseurl }}/motions/{{ .Tag }}
|
|
{{ end }}
|
|
|
|
To view all your outstanding motions: {{ $baseurl }}/motions/?unvoted=1
|
|
|
|
Kind regards,
|
|
the vote system |