Dealer_Onboarding_Backend/src/emailtemplates/termination_final_closure.html

31 lines
1003 B
HTML

{{> email_header}}
<div class="section">
<h2 style="color:#e31837;">Notice of Termination — {{requestId}}</h2>
<p>Dear {{dealerName}},</p>
<p>
This is the official notification that your dealership agreement with Royal Enfield (Request ID: <strong>{{requestId}}</strong>)
has been formally terminated effective <strong>{{terminationDate}}</strong>.
</p>
<p>
The final Termination Letter is available for your reference in the dealer portal. Your portal access will remain active
for a limited period to allow you to download relevant documents and track the Full & Final (F&F) settlement progress.
</p>
<div style="text-align:center; margin: 24px 0;">
{{> cta_button}}
</div>
<p>
For any clarifications regarding the settlement process, please contact the Dealer Development Admin team.
</p>
<p style="color:#888; font-size:12px;">
Best Regards,<br/>
<strong>Royal Enfield Dealer Development Team</strong>
</p>
</div>
{{> email_footer}}