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
RevLine 
[227]1<!-- $Id$ -->
[176]2[% poll = c.model('Vote').poll(voteid) %]
3
4[% IF poll.status == 'AFTER' %]
[266]5
6[% IF poll.list_ballot_needvalid %]
[282]7<p class="alert"><a href="[% c.uri_for(poll.uid, 'validate') %]">
8[% l('Some ballots need to be validated') %]</a></p>
[269]9[% ELSE %]
10
[176]11[% END %]
12
13[% END %]
Note: See TracBrowser for help on using the repository browser.