{% autoescape off %}{% load i18n %} {% trans "Hello" %} {{name}}, {% trans "Someone asked for password reset for email" %} {{ email }} {% trans "on the Hydro-Apps website" %}. {% trans "Follow the link below" %}: https://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token app_name="HydroApps" %} {% blocktrans %}If you think, it's not for you, then just ignore this email. This is an automatic generated E-mail, please don't answer it.{% endblocktrans %} {% endautoescape %}