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

Last change on this file since 335 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
RevLine 
[182]1[% poll = c.model('Vote').poll(voteid) %]
[323]2[% l('You are invited to participate in this poll') %]
[182]3
4[% poll.info.label %]
5
[229]6--
[321]7[% l('At URL') %]: [% c.uri_for('/ballot', poll.uid) %]
8[% l('Your login is') %]: [% mail %]
9[% l('Your password is') %]: [% passwd %]
[229]10
[182]11[% IF poll.info.dstart && poll.info.dstart -%]
[323]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 %]
[182]14[%- END %]
15
[323]16[% l('Keep this information in a safe place, it won\'t be sent to you again.') %]
[182]17
[321]18[% l('About this poll') %]:
[182]19
[229]20[% IF poll.info('description') %]
21[% poll.info('description') %]
22--------
23[%- END %]
24[% IF poll.info('procedure') %]
25[% poll.info('procedure') %]
26--------
27[%- END %]
[182]28
[229]29
[321]30[% l('Regards') %].
Note: See TracBrowser for help on using the repository browser.