[% INCLUDE 'includes/admin_menu.tt' %] [% poll = c.model('Vote').poll(voteid) %]
Nombre de choix possible:
Nombre d'élu(s)
(si différent du nombre de choix)
Nombre de choix libres:
Nombre de choix à partir de la liste des électeurs:

[% IF ! poll.choices_keys.size %]

Aucun choix configuré

[% ELSE %] [% FOREACH choicek = poll.choices_keys %] [% choice = poll.choice(choicek) %]
[% loop.count %] - [% choice.info.label | html %]

[% END %] [% END %]
Ajouter un choix:

Prévisualisation du bulletin:

[% INCLUDE 'includes/ballot_form.tt' b_form_url = c.uri_for(poll.uid, 'ballot') %]