{% extends 'emails/base_email_template.html' %} {% block title %}Welcome to PX360 - Al Hammadi Hospital{% endblock %} {% block preheader %}You have been invited to join PX360. Complete your account setup.{% endblock %} {% block hero_title %}Welcome to PX360!{% endblock %} {% block hero_subtitle %}Your comprehensive Patient Experience management platform{% endblock %} {% block content %}

Hello {{ user.first_name|default:user.email }},

You have been invited to join PX360, our comprehensive Patient Experience management platform. To complete your account setup, please click the button below.

During the onboarding process, you will:

Learn about PX360 features and your role responsibilities

📋

Review and acknowledge important policies and guidelines

🔐

Set up your username and password

👤

Complete your profile information

{% endblock %} {% block cta_url %}{{ activation_url }}{% endblock %} {% block cta_text %}Complete Account Setup{% endblock %} {% block info_title %}⏰ Important: Invitation Expiry{% endblock %} {% block info_content %} This invitation link will expire on {{ expires_at|date:"F j, Y, g:i a" }}. Please complete your registration before this date. {% endblock %} {% block footer_address %} PX360 - Patient Experience Platform
Al Hammadi Hospital {% endblock %}