source: trunk/root/templates/admin/includes/ballot_validation.tt @ 269

Last change on this file since 269 was 269, checked in by nanardon, 15 years ago
  • allow to delete ballot after poll (then keeping only results in DB)
  • Property svn:keywords set to Id Rev
File size: 278 bytes
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% IF poll.status == 'AFTER' %]
5
6
7[% IF poll.list_ballot_needvalid %]
8<p class="alert"><a href="[% c.uri_for(poll.uid, 'validate') %]">Des bullteins
9de vote doivent être validés</a></p>
10[% ELSE %]
11
12[% END %]
13
14[% END %]
Note: See TracBrowser for help on using the repository browser.