Dealer_Onboarding_Backend/src/emailtemplates/fnf_initiated.html

36 lines
1.2 KiB
HTML

{{> email_header}}
<div class="section">
<h2>Full & Final Settlement Initiated — {{requestId}}</h2>
<p>Dear {{recipientName}},</p>
<p>
The Full &amp; Final (F&amp;F) settlement process has been initiated for dealer
<strong>{{dealerName}}</strong> (Request: <strong>{{requestId}}</strong>)
effective from the Last Working Day.
</p>
<table class="detail-table">
<tr><td><strong>Request ID</strong></td><td>{{requestId}}</td></tr>
<tr><td><strong>Dealer Name</strong></td><td>{{dealerName}}</td></tr>
<tr><td><strong>Initiated By</strong></td><td>{{initiatedBy}}</td></tr>
<tr><td><strong>Last Working Day</strong></td><td>{{lwd}}</td></tr>
</table>
<p>
All department clearances (NOC, Payables, Receivables, etc.) must be submitted
within the stipulated timeline. Please log in and update your department's
clearance status.
</p>
<div style="text-align:center; margin: 24px 0;">
{{> cta_button}}
</div>
<p style="color:#888; font-size:12px;">
This is a system-generated notification. F&amp;F settlement can only be
initiated on or after the Last Working Day as per Royal Enfield policy.
</p>
</div>
{{> email_footer}}