{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Users - Edit {{ user }}{% endblock %} {% block h1 %}Users - Edit {{ user }}{% endblock %} {% block page_id %}accounts-edit{% endblock %} {% block content %}
{% include "administration/sidebar.html" %}
{% csrf_token %} {% include "_form.html" %}
{{ api_key }}
Cancel
{% endblock %}