{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Password Reset Request - PX360 Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "We received a request to reset your password. Click to reset it now." %}{% endblock %} {% block hero_title %}{% trans "Password Reset Request" %}{% endblock %} {% block hero_subtitle %}{% trans "Patient Experience Management System" %}{% endblock %} {% block content %}

{% trans "Hello" %} {{ user.email }},

{% trans "We received a request to reset your password for your PX360 account. If you made this request, click the button below to reset your password:" %}

{% trans "Or copy and paste this link into your browser:" %}

{{ protocol }}://{{ domain }}{% url 'accounts:password_reset_confirm' uidb64=uid token=token %}

{% trans "Important:" %}

{% trans "This link will expire in 24 hours. If you didn't request this password reset, please ignore this email and your password will remain unchanged." %}

{% trans "If you continue to have problems, please contact our support team." %}

{% endblock %} {% block cta_url %}{{ protocol }}://{{ domain }}{% url 'accounts:password_reset_confirm' uidb64=uid token=token %}{% endblock %} {% block cta_text %}{% trans "Reset My Password" %}{% endblock %} {% block footer_address %} PX360 - Patient Experience Management
Al Hammadi Hospital {% endblock %}