{% 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 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 onboarding, you will:" %}
| ✓ {% trans "Learn about PX360 features and your role" %} |
| ✓ {% trans "Set up your profile and preferences" %} |
| ✓ {% trans "Complete required training" %} |
| ✓ {% trans "Activate your account" %} |
| {% trans "Complete Account Setup" %} |
{% trans "Important:" %} {% trans "This invitation link will expire in 7 days." %}
{% trans "Need help? Contact support@alhammadi.com or call +966 11 123 4567." %}
{% endblock %}