[% 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 %]

[% l('List of voters') %]

[% IF poll_status != 'RUNNING' %][% END %] [% END %] [% IF poll_status != 'RUNNING' %][% END %] [% IF loop.last %]
[% l('Number') %][% l('Voter') %][% l('Sign') %]
[% loop.count %] [% voting.label | html %] [% " <" IF voting.label %][% voting.mail | mail | html %][% ">" IF voting.label %] [% l('has voted') IF voting.date %]
[% END %] [% END %]