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

[% poll.info('label') | html %]

[% poll.info('description') | html | html_line_break %]

[% IF poll.info('dstart') && poll.info('dend') %]

Scrutin ouvert du [% poll.info('dstart') _ ' ' _ poll.info('hstart') | html %] au [% poll.info('dend') _ ' ' _ poll.info('hend') | html %]

[% END %] Ont voté: [% poll.signing_count %] / [% poll.voting_count %]
Bulletins: [% poll.ballot_count %] [% IF poll.signing_count != poll.ballot_count %]

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

[% END %]
[% FOREACH item = poll.choices %] [% IF loop.first %]

Bulletin:

    [% END %]
  1. [% poll.choice(item).info.label | html %]
  2. [% IF loop.last %]
[% END %] [% END %]