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

Please click on the link below to confirm your update:

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