{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load static %} {% block head-title %}{{ title }}{% endblock %} {% block bom-menu %}
  • Cancel
  • {% endblock %} {% block content %}
    {% if h1 %}{{ h1 }}{% endif %}
    • business Organization

      {{ organization }}

    • person Username

      {{ user.username }}

    • email Email

      {{ user.email }}

    {% csrf_token %}
    {{ form|materializecss:'s12' }}
    {% endblock %}