{% extends "apps_skeleton.html" %} {% block contents %}
{% include "settings_nav.html" %}
{% include "app_alerts.html" with is_modal=False %} {% if flippers.enable_user_create %} New User {% endif %} New Group Fetch group info
Username (first last) Permissions Date Joined Last Login Member of Group(s) Roles Status  
Group # Members Members Roles  
{% include "groups_modal.html" with type="new" %} {% include "groups_modal.html" with type="edit" %} {% include "users_modal.html" with type="new" %} {% include "users_modal.html" with type="edit" %} {% include "partial_delete_confirmation.html" with type="user" %} {% include "partial_delete_confirmation.html" with type="group" %} {% endblock %} {% block code %} {% endblock %}