{% autoescape off %}
Hello {{ user.get_full_name|default:user.username }},

You requested a password reset for your DryClean360 staff account at {{ SHOP_NAME }}.

Please click the link below to set a new password:

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

If you did not request this, please ignore this email.

— DryClean360 Team
{% endautoescape %}
