source: trunk/root/templates/includes/poll.tt @ 35

Last change on this file since 35 was 15, checked in by nanardon, 15 years ago
  • show vote results
File size: 268 bytes
Line 
1[% vote = c.model('Vote') %]
2
3[% thisvote = vote.vote_info(voteid) %]
4[% thisvote.label | html %]<br>
5[% signing = [vote.vote_signing(voteid)] %]
6Ont voté: [% vote.signing_count(voteid) %] /  [% signing.size %]<br>
7Bulletins: [% vote.ballot_count(voteid) %]<br>
8<hr>
Note: See TracBrowser for help on using the repository browser.