{% load i18n %}{% blocktrans with username=user.get_username %}{{ username }},

We have received a request to reset your password at {{ site_name }} ({{ domain }}). Please follow the link below to set a new password.
{% endblocktrans %}
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

{% trans "In case this email was sent by mistake, you can safely ignore it." %}
