source: trunk/root/templates/ballot/index.tt @ 16

Last change on this file since 16 was 16, checked in by nanardon, 15 years ago
  • add admin interface
File size: 273 bytes
Line 
1[% vote = c.model('Vote') %]
2
3[% voteids = vote.list_running_vote %]
4
5[% IF voteids.size %]
6
7[% FOREACH voteid = voteids %]
8<a href="[% c.uri_for('/ballot', voteid) %]">[% vote.vote_info(voteid).label | html %]</a>
9<br>
10[% END %]
11
12[% ELSE %]
13Pas de vote en cours
14[% END %]
Note: See TracBrowser for help on using the repository browser.