nxtgauge-backend-rust/crates/email/templates/profile-rejected.html

37 lines
1 KiB
HTML
Raw Permalink Normal View History

<!-- Profile Rejected -->
<h1 class="email-title">Profile Verification Update</h1>
<div style="text-align: center; margin: 20px 0">
<span class="status-badge status-rejected">✗ Rejected</span>
</div>
<p>Hi {{first_name}},</p>
<p>
We reviewed your {{role_name}} profile submission. Unfortunately, we couldn't
approve it at this time.
</p>
<div
class="info-box"
style="background-color: #fee2e2; border-left-color: #dc2626"
>
<p class="info-box-title" style="color: #991b1b">Reason for Rejection:</p>
<p style="margin: 0; color: #7f1d1d">{{rejection_reason}}</p>
</div>
<p><strong>What you can do:</strong></p>
<ul style="margin: 10px 0; padding-left: 20px">
<li>Review the feedback above</li>
<li>Update your profile with the required changes</li>
<li>Resubmit for verification</li>
</ul>
<div style="text-align: center">
<a href="{{profile_url}}" class="cta-button">Update Profile</a>
</div>
<p style="margin-top: 30px">
Need help? Contact our support team for assistance.
</p>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>