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

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