{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Set Your PX360 Password - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "Your PX360 account has been created. Set your password securely." %}{% endblock %} {% block content %}
{% trans "Dear" %} {{ staff.get_full_name }},
{% trans "Your PX360 account has been created. For your security, no password is sent by email. Use the button below to set your password." %}
{% trans "Username:" %} {{ user.username }}
{% trans "Email:" %} {{ staff.email }}
{% trans "Security Notice:" %} {% trans "Please change your password after your first login for security purposes." %}
| {% trans "Set Password" %} |
{% trans "If you have any questions or need assistance, please contact your system administrator." %}
{% endblock %}