{% load settings_value %}
{% autoescape off %}
Hi {{ user.first_name }},

A request has been received to change the password for your account.

To reset your password click the link: {{ protocol }}://{{ domain }}{% url 'account:reset-password-change' uidb64=uid token=token %}

This link can only be used once. If you need to reset your password again, please visit the Invisible East website and generate a new link.

Please DO NOT REPLY to this email as it's from an unmonitored account. If you require any help, email us at {% settings_value 'MAIN_CONTACT_EMAIL' %}

If you didn't make this password reset request, please contact us immediately at {% settings_value 'MAIN_CONTACT_EMAIL' %}
{% endautoescape %}