<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <description>Advance Payment Notification for Approval Process</description>
    <encodingKey>UTF-8</encodingKey>
    <letterhead>OrchardFinance</letterhead>
    <name>Advance Payment Notification</name>
    <style>freeForm</style>
    <subject>Payment Approved - {!AdvancePayment__c.Name}</subject>
    <textOnly>The payment record has just been approved.

Approved by: {!ApprovalRequest.Process_Approver}
Approved Date: {!ApprovalRequest.Response_Date}
Approval Comment: {!ApprovalRequest.Comments}
Payment Record: {!AdvancePayment__c.Name}

Link: {!AdvancePayment__c.Link}</textOnly>
    <type>html</type>
    <uiType>Aloha</uiType>
</EmailTemplate>
