{% extends "emails/base.html" %} {% load i18n %} {% load absolute_url %} {% url 'set_new_password' activation_token as activation_token_url %} {% block content %} {% trans "Dear" %} {{ user.name }},

{% trans "Please set your new password by following this link" %}:

{% absolute_url activation_token_url %}
{% endblock %}