{% load i18n %} {% load spa_urls %} {% trans "Password Reset" %}

{% trans "Password Reset Request" %}

{% trans "Hello" %},

{% trans "You're receiving this email because you requested a password reset for your account. Please click the button below to set a new password:" %}

{% trans "Reset Password" %}

{% trans "If the button above doesn't work, you can also copy and paste the following link into your browser:" %}

{% spa_url 'reset_password' uidb64=uid key=token %}