{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load user %} {% load i18n %} {% block title %}{% blocktrans with user=user %}Users - Edit {{ user }}{% endblocktrans %}{% endblock %} {% block h1 %}{% blocktrans with user=user %}Users - Edit {{ user }}{% endblocktrans %}{% endblock %} {% block page_id %}accounts-edit{% endblock %} {% block content %}
{% include "administration/sidebar.html" %}
{% csrf_token %} {% include "_form.html" %}
{{ user|api_key }}
{% include "_form.html" with form=userprofileform %}
{% trans "Cancel" %}
{% endblock %}