{% extends 'ajax/base_form.html' %}{% load i18n %} {% block extra_class %} narrower{% endblock %} {% block h1 %} {% if sent %} {% trans 'New password sent successfully.' %} {% else %} {% blocktrans with node=node.name %}Reset password for "{{ node }}"{% endblocktrans %} {% endif %} {% endblock %} {% block menu %}{% endblock %} {% block form_content %} {% if sent %}

{% trans 'A new password has been sent via email to the owners of the node.' %}

{% trans 'Go Back' %}

{% else %}

{% trans 'Generate a new password that will be sent via email to the node owners.' %}

{% if form.email.errors or form.non_field_errors %}
{{ form.email.errors }} {{ form.non_field_errors }}
{% endif %} {{ form.email }}

{% trans 'Cancel' %}

{% endif %} {% endblock %}