{% 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 hero_title %}{% trans "Password Reset" %}{% endblock %} {% block hero_subtitle %}{% trans "Your PX360 account password has been reset" %}{% 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 "Your New Credentials" %}

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

{% trans "Security Notice:" %}

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

{% endblock %} {% block cta_url %}{{ login_url }}{% endblock %} {% block cta_text %}{% trans "Login to PX360" %}{% endblock %} {% block info_title %}{% trans "Need Assistance?" %}{% endblock %} {% block info_content %} {% trans "If you did not expect this password reset, please contact your system administrator immediately." %} {% endblock %} {% block footer_address %} PX360 Patient Experience Management System
Al Hammadi Hospital {% endblock %}