{% extends "admin/change_form.html" %} {% load i18n static %} {% block form_top %} {% if not is_popup %}
{% translate 'First, enter a username and password. Then, you’ll be able to edit more user options.' %}
{% else %}{% translate "Enter a username and password." %}
{% endif %} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block admin_change_form_document_ready %} {{ block.super }} {% endblock %}