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 %} |
---|
2 | Hi {{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 | |
---|
5 | Request information: |
---|
6 | Request ID: {{request.label}} |
---|
7 | Short description: {{request.name}} |
---|
8 | Amount: ${{request.amount}} |
---|
9 | Submitter: {{request.submitter}} |
---|
10 | Check recipient: {{request.check_to_first_name}} {{ request.check_to_last_name }} (email: {{request.check_to_email}}) |
---|
11 | Request Time: {{request.request_time}} |
---|
12 | |
---|
13 | Thanks, |
---|
14 | {{ sender }} |
---|
15 | {% endautoescape %} |
---|
Note: See
TracBrowser
for help on using the repository browser.