{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Your PX360 Password Has Been Reset - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "Your password has been reset by an administrator. Set a new password securely." %}{% endblock %} {% block content %}
{% trans "Dear" %} {{ user.get_full_name }},
{% trans "Your PX360 account password has been reset by an administrator. For your security, no password is sent by email. Use the button below to set a new password." %}
{% trans "Email:" %} {{ user.email }}
{% trans "Security Notice:" %} {% trans "Please change your password immediately after logging in for security purposes." %}
| {% trans "Set New Password" %} |
{% trans "If you did not expect this password reset, please contact your system administrator immediately." %}
{% endblock %}