{% extends "password_reset/base.html" %} {% load i18n %} {% block title %}{% trans "Password recovery sent" %}{% endblock %} {% block content %} {% if email %}
{% blocktrans with ago=timestamp|timesince %}An email was sent to {{ email }} {{ ago }} ago. Use the link in it to set a new password.{% endblocktrans %}
{% else %}{% blocktrans %}An email with a link was sent to your email if it was provided correctly.{% endblocktrans %}
{% endif %} {% endblock %}