{% load i18n %} {% 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:" %}

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