source: trunk/root/templates/default.tt @ 9

Last change on this file since 9 was 3, checked in by nanardon, 15 years ago
  • starting the monster
File size: 172 bytes
Line 
1
2[% vote = c.model('Vote') %]
3
4[% FOREACH id = vote.list_running_vote %]
5<p><a href="[% c.uri_for( 'vote', id ) %]">[% vote.vote_info(id).label | html %]</a></p>
6[% END %]
Note: See TracBrowser for help on using the repository browser.