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

Last change on this file since 9 was 8, checked in by nanardon, 15 years ago
  • ballot can be recorded
File size: 212 bytes
Line 
1[% vote = c.model('Vote') %]
2
3[% thisvote = vote.vote_info(voteid) %]
4[% thisvote.label | html %]<br>
5
6[% FOREACH voting = [ vote.vote_signing(voteid) ] %]
7[% voting.id | html %] [% voting.date %]<br>
8[% END %]
9
Note: See TracBrowser for help on using the repository browser.