{% 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.' %}
{% else %}{% trans 'Generate a new password that will be sent via email to the node owners.' %}
{% endif %} {% endblock %}