source: trunk/root/mail/poll_reminder_voting.tt @ 251

Last change on this file since 251 was 251, checked in by nanardon, 14 years ago
  • first page don't show anymore poll list, a form allow to ask for a reminder about people poll
File size: 634 bytes
Line 
1Bonjour,
2[%- vote = c.model('Vote') -%]
3
4Vous avez demandé un rappel des votes sur lesquels vous êtes inscrits:
5
6
7[%- FOREACH p = polls_voting -%]
8[% IF loop.first %]
9Vous êtes inscrit sur la liste des votant pour les votes
10[% END %]
11[%- poll = vote.poll(p.poll) -%]
12[% c.uri_for('/', 'ballot', poll.uid) %]
13[% poll.info('label') %]
14Ce vote se termine le [% poll.info.dend %] [% poll.info.hend %].
15
16[% END %]
17
18[%- FOREACH p = polls_owner -%]
19[% IF loop.first %]
20Vous administrez les votes suivants:
21[% END %]
22[%- poll = vote.poll(p.id) -%]
23[% c.uri_for('/', 'admin', poll.uid) %]
24[% poll.info('label') %]
25
26[% END %]
27
28Cordialement.
Note: See TracBrowser for help on using the repository browser.