{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}
{% translate 'You requested a link to reset your password.' %}
{% translate 'However, your account does not currently have a password set.' %}
{% translate 'Use the following link to set a password:' %}
{% endblock %}