{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Your PX360 Account Has Been Created - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "Your account is ready. Use your temporary password to log in." %}{% endblock %} {% block content %}
{% trans "Dear" %} {{ user.get_full_name }},
{% trans "An account has been created for you on PX360. You can log in using the credentials below." %}
|
{% trans "Email:" %} {{ user.email }} {% trans "Temporary Password:" %} |
{% trans "Important:" %} {% trans "For security, please change your password immediately after logging in." %}
| {% trans "Set New Password" %} |
{% trans "If you did not expect this account creation, please contact your system administrator immediately." %}
{% endblock %}