[% USE Mail %] [% poll = c.model('Vote').poll(voteid) %] [% poll_status = poll.status %] [% FOREACH id = poll.voting_keys() %] [% voting = poll.voting(id).info %] [% IF loop.first %]

Liste des votants:

[% IF poll_status != 'RUNNING' %][% END %] [% END %] [% IF poll_status != 'RUNNING' %][% END %] [% IF loop.last %]
NuméroElecteurEmargement
[% loop.count %] [% voting.label | html %] [% "<" IF voting.label %][% voting.mail | mail | html %][% ">" IF voting.label %] [% "A voté" IF voting.date %]
[% END %] [% END %]