{% spaceless %}{% load i18n %}{% autoescape off %}{% blocktrans with name=site.name %} You are receiving this email because you requested a password reset for your user account at {{ name }}. Please go to the following page and choose a new password:{% endblocktrans %} {{ protocol }}://{{ site.domain }}{% url 'user_management_api:password_reset_confirm' uidb64=uid token=token %} {% blocktrans with name=site.name %} The {{ name }} team. {% endblocktrans %}{% endautoescape %} {% endspaceless %}