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
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/poll.tt' %]
3
4[% poll = c.model('Vote').poll(voteid) %]
5
6<div id="ballot">
7[% IF poll.status == 'BEFORE' %]
8[% l('This poll is not yet open.') %]
9[% ELSIF poll.status == 'AFTER' %]
10[% l('This poll is over, results are now available') %]
11<a href="[% c.uri_for('/vote', poll.uid) %]">[% l('here') %]</a>.
12[% END %]
13</div>
Note: See TracBrowser for help on using the repository browser.