source: remit/remit_templates/vouchers/emails/no_docs_user.txt @ e8550be

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

Allow sending certain stock emails (Closes: #10)

  • Property mode set to 100644
File size: 670 bytes
Line 
1Hi {{request.check_to_first_name}} {{ request.check_to_last_name }},
2   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.
3
4Request information:
5Request ID:         {{request.label}}
6Short description:  {{request.name}}
7Amount:             ${{request.amount}}
8Submitter:          {{request.submitter}}
9Check recipient:    {{request.check_to_first_name}} {{ request.check_to_last_name }} (email: {{request.check_to_email}})
10Request Time:       {{request.request_time}}
11
12Thanks,
13{{ sender }}
Note: See TracBrowser for help on using the repository browser.