{% extends 'staff_base.html' %} {% load static %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{% csrf_token %}

{% translate 'Edit user' %}

{% include 'bootstrap_form_field_widget.html' with field=form.user %}
{% endblock %}