[% poll = c.model('Vote').poll(voteid) %] [% INCLUDE 'includes/admin_menu.tt' %] [% IF poll.status() != 'AFTER' %]

Ajouter un votant

Nom:
Mail:

Soumettre la liste via un fichier csv (le Nom est optionnel)

Format: Mail@domain;Nom


[% IF poll.status == 'BEFORE' %] Effacer la liste des votants
[% END %]

Envoyer les mots de passes au nouveaux votants

[% END %]
[% IF NOT poll.voting_count %]

Aucun votant inscrit

[% ELSE %] [% FOREACH votingkey = poll.voting_keys %] [% voting = poll.voting(votingkey) %] [% IF loop.first %] [% END %] [% IF NOT voting.info.date %] [% IF poll.status != 'AFTER' %] [% END %] [% END %] [% IF NOT voting.info.date %] [% ELSE %] [% END %] [% IF loop.last %]
[% voting.label | html %] [% voting.info.mail | html %] [% IF voting.info.passwd %](pass envoyé)[% END %] [% IF poll.status != 'AFTER' %] [% END %] [% voting.info.date %]
[% END %] [% END %][% # FOREACH %] [% END %][% # IF NOT voting %]