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

[% l('Delete ballots') %]

[% l('This will delete sensible data from database, results will be computed definitively. Notice voting people will not be able to check ballots anymore') %]

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

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

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

[% END %]