source: trunk/root/mail/ballot_confirm.tt @ 384

Last change on this file since 384 was 335, checked in by misc, 14 years ago
  • fix string
  • Property svn:keywords set to Id Rev
File size: 328 bytes
Line 
1[% poll = c.model('Vote').poll(voteid) %]
2[% l('You have just participated in the poll:') %]
3
4--------
5[% poll.info.label %]
6--------
7
8[% IF NOT poll.info.no_mail_ballot_id %]
9[% l('Your ballot ID') %]:
10[% ballotid %]
11[% END %]
12
13[% l('Results will be available here') %]:
14[% c.uri_for('/vote', poll.uid) %]
15
16[% l('Regards') %].
Note: See TracBrowser for help on using the repository browser.