<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <encodingKey>ISO-8859-1</encodingKey>
    <letterhead>Neighbouring_Rights_KNR</letterhead>
    <name>New Opportunity Created new</name>
    <style>freeForm</style>
    <subject>New Opportunity Created - {!Opportunity.Name}</subject>
    <textOnly>Contracting Party: {!Opportunity.Name}
Deal Owner(s): {!Opportunity.OwnerFullName}

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