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

Last change on this file since 227 was 227, checked in by nanardon, 15 years ago
  • remove useless declaration, add $ marker in all template
  • Property svn:keywords set to Id Rev
File size: 612 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', poll.uid) %]
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.