{% 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 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 "Reset My 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 %}