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

[% thisvote.label | html %]

[% thisvote.description | html %]

[% IF thisvote.dstart && thisvote.dend %]

Scrutin ouvert du [% thisvote.dstart _ ' ' _ thisvote.hstart | html %] au [% thisvote.dend _ ' ' _ thisvote.hend | html %]

[% END %] Ont voté: [% vote.vote_signing_count(voteid) %] / [% vote.vote_voting_count(voteid) %]
Bulletins: [% vote.vote_ballot_count(voteid) %] [% IF vote.vote_signing_count(voteid) != vote.vote_ballot_count(voteid) %]

Le nombre de bulletins et le nombre de personnes ayant voté divergent, suspicion de tricherie

[% END %]
[% FOREACH item = vote.vote_choices(voteid) %] [% IF loop.first %]

Bulletin:

    [% END %]
  1. [% vote.choice_info(item).label | html %]
  2. [% IF loop.last %]
[% END %] [% END %]