44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
{% extends "billing/email/base.html" %}
|
|
{% set subject = "Final Notice: Your JQC account will be cancelled soon" %}
|
|
{% block body %}
|
|
<h2 style="margin:0 0 8px;font-size:1.2rem;color:#b91c1c;">Final Notice — Action Required</h2>
|
|
<p style="margin:0 0 20px;color:#6b7280;font-size:.9rem;">
|
|
Your JQC subscription payment has been outstanding for 14 days.
|
|
Your account will be <strong>cancelled within 24 hours</strong> if payment is not received.
|
|
</p>
|
|
|
|
<table width="100%" cellpadding="12" cellspacing="0" style="background:#fef2f2;border-radius:6px;margin-bottom:24px;border:1px solid #fca5a5;">
|
|
<tr>
|
|
<td>
|
|
<p style="margin:0;font-size:.9rem;color:#7f1d1d;line-height:1.6;">
|
|
<strong>✗ Account cancellation is imminent.</strong><br>
|
|
Update your payment method now to prevent losing access to all your inspection data,
|
|
reports, and workspace.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px;">
|
|
<tr>
|
|
<td align="center">
|
|
<a href="{{ portal_url }}"
|
|
style="display:inline-block;background:#dc2626;color:#fff;text-decoration:none;
|
|
padding:14px 32px;border-radius:6px;font-size:1rem;font-weight:700;
|
|
letter-spacing:.02em;">
|
|
Pay Now — Keep My Account
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p style="margin:0 0 12px;font-size:.85rem;color:#374151;line-height:1.6;">
|
|
Once cancelled, your workspace data is retained for 30 days before permanent deletion.
|
|
You can reactivate during this window by contacting support.
|
|
</p>
|
|
|
|
<p style="margin:0;font-size:.85rem;color:#9ca3af;">
|
|
Questions? Contact us at <a href="mailto:support@jqc.app" style="color:#1a56db;">support@jqc.app</a>.
|
|
</p>
|
|
{% endblock %}
|