{% load url from future %} {% load i18n %} {% blocktrans with site_name=site_name %} Hi You recently asked to reset your {{ site_name }} password. To complete your request, please follow the link below: {% endblocktrans %} {{ protocol}}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %} {% blocktrans with site_name=site_name %} Thanks for using {{ site_name }}! The {{ site_name }} Team {% endblocktrans %}