<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <description>NR Approval Email</description>
    <encodingKey>ISO-8859-1</encodingKey>
    <letterhead>Neighbouring_Rights_KNR</letterhead>
    <name>NR Approver Notification</name>
    <style>freeForm</style>
    <subject>{!Opportunity.Name} - For Approval</subject>
    <textOnly>Opportunity Name: {!Opportunity.Name}
Opportunity Sub-Type: {!Opportunity.NR_Opportunity_Sub_Type__c}
Deal Owner(s): {!Opportunity.Deal_Broker__c}


Approver: {!Opportunity.Approver__c}
Total Value of Deal:  {!Opportunity.Total_Cost_of_Deal__c}

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