Ignore:
Timestamp:
04/21/09 01:43:15 (15 years ago)
Author:
nanardon
Message:
  • add a procedure field to not overload description
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/mail/voting_passwd.tt

    r227 r229  
    22Vous êtes convié à participer a ce vote: 
    33 
     4[% poll.info.label %] 
     5 
     6-- 
     7À l'url: [% c.uri_for('/ballot', poll.uid) %] 
     8Votre identifiant est: [% mail %] 
     9Votre mot de passe est: [% passwd %] 
     10 
     11[% IF poll.info.dstart && poll.info.dstart -%] 
     12Vous pourrez voter entre le [% poll.info.dstart %] [% poll.info.hstart %] 
     13et le [% poll.info.dend %] [% poll.info.hend %] 
     14[%- END %] 
     15 
     16Conservez précieusement ces identifiants, il ne vous seront pas retransmits. 
     17 
     18Information concernant le vote: 
     19 
     20[% IF poll.info('description') %] 
     21[% poll.info('description') %] 
    422-------- 
    5 [% poll.info.label %] 
    6 -------- 
    7 [% IF poll.info.description %] 
    8 [% poll.info.description %] 
     23[%- END %] 
     24[% IF poll.info('procedure') %] 
     25[% poll.info('procedure') %] 
    926-------- 
    1027[%- END %] 
    1128 
    12 Vous pourrez voter 
    13 [% IF poll.info.dstart && poll.info.dstart -%] 
    14 entre le [% poll.info.dstart %] [% poll.info.hstart %] 
    15 et le [% poll.info.dend %] [% poll.info.hend %] 
    16 [%- END %] 
    17 Ã  l'adresse: 
    18  
    19 [% c.uri_for('/ballot', poll.uid) %] 
    20  
    21 -- 
    22 Votre identifiant est: [% mail %] 
    23 Votre mot de passe est: [% passwd %] 
    24  
    25 Conservez précieusement ces identifiants, il ne vous seront pas retransmits. 
    2629 
    2730Cordialement. 
    28 EOF 
Note: See TracChangeset for help on using the changeset viewer.