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

Last change on this file since 282 was 282, checked in by nanardon, 14 years ago
  • translate admin part
  • 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[% IF poll.list_ballot_needvalid %]
7<p class="alert"><a href="[% c.uri_for(poll.uid, 'validate') %]">
8[% l('Some ballots need to be validated') %]</a></p>
9[% ELSE %]
10
11[% END %]
12
13[% END %]
Note: See TracBrowser for help on using the repository browser.