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