{% extends 'django_spire/page/full_page.html' %} {% block full_page_content %} {% if password_reset_complete %}
Password Reset Complete
{{ new_password }} {% include 'django_spire/element/copy_to_clipboard_element.html' with value=new_password %}

The password for {{ user.get_full_name }} has been reset. Share this password securely with the user as it will not be show again.

{% else %}
Reset Password

You are about to reset the password for {{ user.get_full_name }}.
The new password will be displayed once and will not be accessible again.

{% endif %} {% endblock %}