source: trunk/root/mail/voting_passwd.tt @ 323

Last change on this file since 323 was 323, checked in by nanardon, 14 years ago
  • proof reading from Ahmad Samir
  • Property svn:keywords set to Id Rev
File size: 774 bytes
Line 
1[% poll = c.model('Vote').poll(voteid) %]
2[% l('You are invited to participate in this poll') %]
3
4[% poll.info.label %]
5
6--
7[% l('At URL') %]: [% c.uri_for('/ballot', poll.uid) %]
8[% l('Your login is') %]: [% mail %]
9[% l('Your password is') %]: [% passwd %]
10
11[% IF poll.info.dstart && poll.info.dstart -%]
12[% l('You will be able to submit your vote from') %] [% poll.info.dstart %] [% poll.info.hstart %]
13[% l('to') %] [% poll.info.dend %] [% poll.info.hend %]
14[%- END %]
15
16[% l('Keep this information in a safe place, it won\'t be sent to you again.') %]
17
18[% l('About this poll') %]:
19
20[% IF poll.info('description') %]
21[% poll.info('description') %]
22--------
23[%- END %]
24[% IF poll.info('procedure') %]
25[% poll.info('procedure') %]
26--------
27[%- END %]
28
29
30[% l('Regards') %].
Note: See TracBrowser for help on using the repository browser.