{% autoescape off %}
Hi {{ user.username }},

Please click on the link below to confirm your registration:

{{ domain }}{% url 'user_activate_account' uidb64=uid token=token %}
{% endautoescape %}