{% 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 "Security Notice:" %} {% trans "Please change your password immediately after logging in for security purposes." %} |