52 lines
2.1 KiB
HTML
52 lines
2.1 KiB
HTML
{% extends 'emails/base_email_template.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans "Your PX360 Invitation Has Expired" %}{% endblock %}
|
|
|
|
{% block preheader %}{% trans "Your invitation to join PX360 has expired. Contact your administrator for a new invitation." %}{% endblock %}
|
|
|
|
{% block hero_title %}{% trans "Invitation Expired" %}{% endblock %}
|
|
|
|
{% block hero_subtitle %}{% trans "Your invitation to join PX360 has expired. Please contact your administrator." %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding-bottom: 20px;">
|
|
<p style="margin: 0; font-size: 16px; color: #1e293b; line-height: 1.6;">
|
|
{% trans "Dear" %} <strong>{{ user.first_name }}</strong>,
|
|
</p>
|
|
<p style="margin: 15px 0 0 0; font-size: 16px; color: #64748b; line-height: 1.6;">
|
|
{% trans "Your invitation to join PX360 has expired." %}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding: 15px; background-color: #eef6fb; border-left: 4px solid #005696; border-radius: 8px;">
|
|
<p style="margin: 0 0 10px 0; font-size: 14px; font-weight: 600; color: #005696;">
|
|
{% trans "What to do next:" %}
|
|
</p>
|
|
<p style="margin: 0; font-size: 14px; color: #1e293b; line-height: 1.6;">
|
|
{% trans "Please contact your administrator to request a new invitation. A new invitation link will be generated for you to complete your account setup." %}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{% endblock %}
|
|
|
|
{% block cta_section %}
|
|
{% endblock %}
|
|
|
|
{% block info_title %}{% trans "Need Help?" %}{% endblock %}
|
|
{% block info_content %}
|
|
{% trans "If you believe this is an error or need further assistance, please reach out to your system administrator or the IT support team." %}
|
|
{% endblock %}
|
|
|
|
{% block footer_address %}
|
|
PX360 Patient Experience Management System<br>
|
|
Al Hammadi Hospital
|
|
{% endblock %}
|