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

[% l('Delete ballots') %]

[% l('This will delete sensitive data from database and results will be finally computed. Note that voters won\'t be able to check their ballots anymore') %]

[% END %] [% IF poll.status != 'RUNNING' %]

[% l('Delete this poll') %]

[% l('This will completely delete all data about this poll (configuration, list of voters, ballots.') %]

[% END %]