{% extends "base.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} {% block content %}
{% trans "Send new password" %}

{% trans "password recovery information" %}

{% if msg %}

{{msg}}

{% endif %}

{% trans "return to login" %}

{% endblock %}