source: remit/remit_templates/vouchers/emails/voucher_sao_user.txt @ 5eb287f

client
Last change on this file since 5eb287f was 5eb287f, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Disable escaping for emails (Trac: #28)

  • Property mode set to 100644
File size: 653 bytes
Line 
1{% autoescape off %}
2Hi {{request.check_to_first_name}} {{ request.check_to_last_name }},
3   Your reimbursement request has been delivered to SAO for processing. You should be notified that your check is ready for pickup (or has been mailed) in the next week or so.
4
5Request information:
6Request ID:         {{request.label}}
7Short description:  {{request.name}}
8Amount:             ${{request.amount}}
9Submitter:          {{request.submitter}}
10Check recipient:    {{request.check_to_first_name}} {{ request.check_to_last_name }} (email: {{request.check_to_email}})
11Request Time:       {{request.request_time}}
12
13Thanks,
14{{ sender }}
15{% endautoescape %}
Note: See TracBrowser for help on using the repository browser.