{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}{% if form.errors %}{% trans "Error:" %} {% endif %}{{ block.super }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block page_title %} {% if form.user.has_usable_password %} {% trans "Change Password" %} {% else %} {% trans "Set Password" %} {% endif %} {% endblock %} {% block content %}
{% blocktranslate with username=original %}Update the password for {{ username }}{% endblocktranslate %}
{% if form.errors %}