{% extends "base.html" %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block content %}

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

{% csrf_token %}
Default Information {% include "dojo/form_fields.html" with form=form %}
Additional Contact Information {% include "dojo/form_fields.html" with form=contact_form %}
   {% if to_edit and to_edit.id != user.id %} Delete User {% endif %}
{% endblock %} {% block postscript %} {% if to_add or to_edit and not to_edit.is_staff %} {% else %} {% endif %} {% if not user.is_superuser %} {% endif %} {% endblock %}