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 VoterPublicId string VoterFullname string Answers []TemplateAnswer TotalVoteCount int } type TemplateAnswer struct { Name string 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 }} {{ end }}Empreinte de l'exécutable: {{.ExeFingerprint}}
Version du commit: {{.CodeCommit}}
Date du commit: {{.CodeDate}}
`