{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

User #{{ user.pk }}

{% csrf_token %} {{ form|crispy }}
{% if not user.is_superuser and user.has_usable_password %} Change Password {% endif %}
{% endblock content %}