source: trunk/root/templates/ballot/closed.tt @ 385

Last change on this file since 385 was 332, checked in by misc, 14 years ago
  • fix remaining french missing translation
  • Property svn:keywords set to Id Rev
File size: 354 bytes
RevLine 
[227]1<!-- $Id$ -->
[42]2[% INCLUDE 'includes/poll.tt' %]
3
[205]4[% poll = c.model('Vote').poll(voteid) %]
[42]5
6<div id="ballot">
[205]7[% IF poll.status == 'BEFORE' %]
[332]8[% l('This poll is not yet open.') %]
[205]9[% ELSIF poll.status == 'AFTER' %]
[323]10[% l('This poll is over, results are now available') %]
[283]11<a href="[% c.uri_for('/vote', poll.uid) %]">[% l('here') %]</a>.
[42]12[% END %]
13</div>
Note: See TracBrowser for help on using the repository browser.