{% extends "base.html" %} {% block title %} » Users » {{user.email_address}} » Edit {% endblock %} {% block nav %} Users » {{ user.email_address }} » Edit {% endblock %} {% block content %}
Update details
Role
{% if not ad_auth_on %}
Change password
{% endif %}
Delete this user
{% endblock %}