{% extends "base.html" %} {% load i18n inlinetrans %} {% block extrabreadcrumbs %} {% itrans "Password recovery" %} {% endblock %} {% block content %}

{% itrans "Password recovery" %}

{% if success %}

{% itrans "Your password recovery request has been received successfully. We have sent you an email with instructions on how to change your password." %}

{% itrans "Thank you." %}

{% else %}
{{ recover_form }}
{% endif %}
{% endblock %}