32 lines
988 B
HTML
32 lines
988 B
HTML
{{> email_header}}
|
|
|
|
<div class="section">
|
|
<h2 style="color:#e31837;">New Relocation Request: {{requestId}}</h2>
|
|
<p>Dear Team,</p>
|
|
<p>
|
|
A new dealership relocation request has been submitted by <strong>{{dealerName}}</strong>
|
|
for outlet <strong>{{outletCode}}</strong>.
|
|
</p>
|
|
|
|
<div style="background:#f5f5f5; border-left:4px solid #e31837; padding:12px 16px; margin: 16px 0;">
|
|
<strong>Request ID:</strong> {{requestId}}<br/>
|
|
<strong>Outlet Code:</strong> {{outletCode}}<br/>
|
|
<strong>Distance from Existing Site:</strong> {{distance}} km
|
|
</div>
|
|
|
|
<p>
|
|
Please log in to the Dealer Development portal to review the proposed location, property documents,
|
|
and feasibility details.
|
|
</p>
|
|
|
|
<div style="text-align:center; margin: 24px 0;">
|
|
{{> cta_button}}
|
|
</div>
|
|
|
|
<p style="color:#888; font-size:12px;">
|
|
This is an internal workflow notification. Audit logs and case chronology are available on the portal.
|
|
</p>
|
|
</div>
|
|
|
|
{{> email_footer}}
|