[% poll = c.model('Vote').poll(voteid) %] [% IF poll.status == 'BEFORE' %]
[% l('Name:') %]

[% l('Description:') %]

[% l('Rules:') %]


[% INCLUDE 'admin/includes/poll_extra_settings.tt' pollsettings = poll.info %]

[% c.prototype.observe_form('poll_f_settings', url => c.uri_for(poll.uid, 'ajaxsettings'), update => 'poll_extra_settings', frequency => 2, ) %]
[% IF poll.is_crypted %]

[% l('Download private key') %]


[% ELSE %]
[% l('You can choose a passphrase to protect the key:') %]

[% END %]
[% END %]