{% extends "useradmin/base.html" %} {% load crispy_forms_tags %} {% block content %} {% if account %}
{{ org }} | Remove |
Not member of any organizations.
{% endif %} {% if org_form %} {% crispy org_form %} {% endif %}{{ group }} | {{ group.description }} | {% if not group.is_protected_group %} Remove {% else %} {% endif %} |
Not member of any groups.
{% endif %} {% if group_form %} {% crispy group_form %} {% endif %}