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

{% blocktrans with name=user.first_name|default:user.email %}Hello {{ name }},{% endblocktrans %}

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

{% trans "During the onboarding process, you will:" %}

{% trans "Learn about PX360 features and your role responsibilities" %}

{% trans "Set up your profile and preferences" %}

{% trans "Complete required training materials" %}

{% trans "Activate your account and start using PX360" %}

{% trans "Complete Account Setup" %}

{% trans "Important:" %} {% trans "This invitation link will expire in 7 days. If you don't complete the setup within this period, you'll need to request a new invitation." %}

{% trans "If you have any questions or need assistance, please contact our support team at" %} support@alhammadi.com {% trans "or call us at" %} +966 11 123 4567.

{% endblock %}