{% autoescape off %}{% load i18n %} {% trans "Hello" %} {{ user.first_name }} {{ user.last_name }}, {% trans "Please click on the link below to confirm your registration:" %} {{ domain }}{% url 'confirm_email' 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 %}