{% extends "admin/core/small_form.html" %} {% load i18n foundation %} {% block contextual_title %} {% trans "Enter your new password" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Enter your new password" %}
  • {% endblock breadcrumbs %} {% block title-section %}
    {% trans "Enter your new password" %}
    {% endblock %} {% block form_content %} {% include "admin/elements/forms/messages_in_callout.html" with form=form %}
    {% trans "Password Rules" %}

    {% blocktrans %} For more information read our password guide. {% endblocktrans %}

    {% include "admin/elements/forms/field.html" with field=form.password_1 %} {% include "admin/elements/forms/field.html" with field=form.password_2 %}
    {% include "admin/elements/forms/denotes_required.html" %} {% include "admin/core/accounts/password_guide.html" %} {% endblock form_content %}