source: remit/remit_templates/vouchers/emails/no_docs_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: 711 bytes
Line 
1{% autoescape off %}
2Hi {{request.check_to_first_name}} {{ request.check_to_last_name }},
3   While attempting to process your reimbursement request (see below for details), we were unable to find any documentation of your reimbursement request. Please be sure you have submitted receipts or other appropriate documentation.
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.