{% extends "base.html" %} {% load i18n %} {% load display_tags %} {% load static %} {% block content %} {{ block.super }}

{{ name }} {% if to_edit %}- {{ to_edit.username }}{% endif %}

{% csrf_token %}
{% trans "Default Information" %} {% include "dojo/form_fields.html" with form=form %}
{% trans "Additional Contact Information" %} {% include "dojo/form_fields.html" with form=contact_form %}
{% trans "Global Role" %} {% include "dojo/form_fields.html" with form=global_role_form %}
{% endblock %} {% block postscript %} {{ block.super }} {% if not user.is_superuser %} {% endif %} {% endblock %}