- Timestamp:
- May 12, 2010, 3:52:13 AM (15 years ago)
- Branches:
- master, client
- Children:
- 70a9bbd
- Parents:
- d601b0b
- git-author:
- Alex Dehnert <adehnert@…> (05/12/10 03:52:13)
- git-committer:
- Alex Dehnert <adehnert@…> (05/12/10 03:52:13)
- Location:
- remit/remit_templates/vouchers/emails
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/emails/no_docs_user.txt
re8550be r5eb287f 1 {% autoescape off %} 1 2 Hi {{request.check_to_first_name}} {{ request.check_to_last_name }}, 2 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. … … 12 13 Thanks, 13 14 {{ sender }} 15 {% endautoescape %} -
remit/remit_templates/vouchers/emails/request_approval_admin.txt
r3bf063c r5eb287f 1 1 {% load misc %} 2 {% autoescape off %} 2 3 Dear admins, 3 4 … … 23 24 Thanks, 24 25 Remit 26 {% endautoescape %} -
remit/remit_templates/vouchers/emails/request_submit_admin.txt
r3bf063c r5eb287f 1 1 {% load misc %} 2 {% autoescape off %} 2 3 User '{{submitter}}' ({{submitter.first_name}} {{submitter.last_name}} --- {{submitter.email}}) just submitted a request. 3 4 … … 21 22 Thanks, 22 23 Remit 24 {% endautoescape %} -
remit/remit_templates/vouchers/emails/voucher_sao_user.txt
re8550be r5eb287f 1 {% autoescape off %} 1 2 Hi {{request.check_to_first_name}} {{ request.check_to_last_name }}, 2 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. … … 12 13 Thanks, 13 14 {{ sender }} 15 {% endautoescape %} -
remit/remit_templates/vouchers/emails/vouchers_tex.txt
r3bf063c r5eb287f 1 1 {% load misc %} 2 {% autoescape off %} 2 3 Dear admins, 3 4 … … 20 21 Thanks, 21 22 Remit 23 {% endautoescape %}
Note: See TracChangeset
for help on using the changeset viewer.