{% 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. Find your new credentials below." %}{% endblock %} {% block content %}

{% trans "Dear" %} {{ user.get_full_name }},

{% trans "Your PX360 account password has been reset by an administrator. Please use the new credentials below to login." %}

{% trans "Email:" %} {{ user.email }}

{% trans "Password:" %} {{ password }}

{% trans "Security Notice:" %} {% trans "Please change your password immediately after logging in for security purposes." %}

{% trans "Login to PX360" %}

{% trans "If you did not expect this password reset, please contact your system administrator immediately." %}

{% endblock %}