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

Last change on this file since 220 was 220, checked in by nanardon, 15 years ago
  • fix formating
File size: 610 bytes
Line 
1[% poll = c.model('Vote').poll(voteid) %]
2Vous êtes convié à participer a ce vote:
3
4--------
5[% poll.info.label %]
6--------
7[% IF poll.info.description %]
8[% poll.info.description %]
9--------
10[%- END %]
11
12Vous pourrez voter
13[% IF poll.info.dstart && poll.info.dstart -%]
14entre le [% poll.info.dstart %] [% poll.info.hstart %]
15et le [% poll.info.dend %] [% poll.info.hend %]
16[%- END %]
17à l'adresse:
18
19[% c.uri_for('/ballot', voteid) %]
20
21--
22Votre identifiant est: [% mail %]
23Votre mot de passe est: [% passwd %]
24
25Conservez précieusement ces identifiants, il ne vous seront pas retransmits.
26
27Cordialement.
28EOF
Note: See TracBrowser for help on using the repository browser.