<?xml version="1.0" encoding="UTF-8"?>
<EmailTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
    <available>true</available>
    <description>Opportunity moved to Request Advance Model</description>
    <encodingKey>UTF-8</encodingKey>
    <letterhead>ClassicLetterhead</letterhead>
    <name>Request Advance Model</name>
    <style>freeForm</style>
    <subject>Opportunity update - {!Opportunity.Name}</subject>
    <textOnly>The opportunity record has just been moved to the &apos;Request Advance Model&apos; stage.

Modified by: {!Opportunity.LastModifiedBy}
Modified date: {!Opportunity.LastModifiedDate}
Opportunity Name: {!Opportunity.Name}
User&apos;s Name:
Deal type: {!Opportunity.CA_Deal_Type__c}</textOnly>
    <type>html</type>
    <uiType>Aloha</uiType>
</EmailTemplate>
