package page_vote import () type TemplateVars struct { Position int Name string Title string Sentence string MinChoices int MaxChoices int VoteCount int VoteOpen bool VotedAlready bool VoteError string VoterPrivateToken string UserUuid string VoterFullname string Answers []TemplateAnswer TotalVoteCount int } type TemplateAnswer struct { Name string Checked bool Sentence string VoteCount int } const TEMPLATE_CHOICE_STR = `
Votre vote n'a pas pu être pris en compte!
Erreur lors de la procédure: {{.VoteError}}.
Votre vote a été enregistré. Vous pourrez rafraichir la page au moment de la cloture pour voir les résultats.
{{ else }} {{ if not .VoteOpen }}