[% vote = c.model('Vote') %] [% thisvote = vote.vote_info(voteid) %]

Vote: [% thisvote.label | html %]

[% thisvote.description | html | html_line_break %]

[% thisvote.choice_count %] choix possibles:


[% IF c.req.param('ballot') %]

Confirmez votre vote:

[% FOREACH ch = c.req.param('sbal') %] [% choices.$ch | html %]
[% END %] [% FOREACH ch = c.req.param('fsbal') %] [% ch | html %]
[% END %] [% IF ! c.req.param('fsbal').size && ! c.req.param('sbal').size %] Vote blanc
[% END %]

Après avoir valider, il vous sera impossible de modifier votre vote.

[% ELSE %] [% IF vote_error %]

[% vote_error %]

[% END %] [% FOREACH choice = vote.vote_choices(voteid) %] [% key = vote.choice_info(choice).key %] [% vote.choice_info(choice).label | html %]
[% END %] [% count = 0 %] [% WHILE count < thisvote.free_choice %]
[% count = count + 1 %] [% END %]

Votre vote ne sera pris en compte qu'après confirmation

[% END %]