{% 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 %}

{% trans "Dear" %} {{ user.first_name }},

{% trans "Your invitation to join PX360 has expired." %}

{% trans "What to do next:" %}

{% trans "Please contact your administrator to request a new invitation. A new invitation link will be generated for you to complete your account setup." %}

{% 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
Al Hammadi Hospital {% endblock %}