{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}

{% translate 'Use the following link to reset your password:' %}

{{ password_reset_url }}

{% endblock %}