Dealer_Onboarding_Backend/src/emailtemplates/eor_completed.html

39 lines
1.3 KiB
HTML

{{> email_header}}
<div class="section">
<h2>EOR Checklist Complete — {{requestId}}</h2>
<p>Dear {{recipientName}},</p>
<p>
All <strong>Essential Operating Requirements (EOR)</strong> for dealer application
<strong>{{requestId}}</strong> (Applicant: <strong>{{applicantName}}</strong>) have been
marked as completed and verified.
</p>
<div class="highlight-box" style="background:#e8f5e9; border-left:4px solid #43a047;">
<strong>EOR Status: 100% Complete</strong><br />
The dealership outlet is now ready for Inauguration review.
</div>
<table class="detail-table">
<tr><td><strong>Application ID</strong></td><td>{{requestId}}</td></tr>
<tr><td><strong>Applicant Name</strong></td><td>{{applicantName}}</td></tr>
<tr><td><strong>Location</strong></td><td>{{location}}</td></tr>
<tr><td><strong>Completed On</strong></td><td>{{completedOn}}</td></tr>
</table>
<p>
Please review the EOR checklist and, if all criteria are met, authorize the
<strong>Inauguration</strong> stage to mark this dealership as live.
</p>
<div style="text-align:center; margin: 24px 0;">
{{> cta_button}}
</div>
<p style="color:#888; font-size:12px;">
This is an automated alert from the Royal Enfield Dealer Onboarding System.
</p>
</div>
{{> email_footer}}