{% extends base_template %} {% load debusine %} {% block content %} {% ui resource as resource_ui %}
{% if workspace %} This page lists all groups that you can access in the {{ workspace.name }} workspace. {% else %} This page lists all groups that you can access in scope {{ scope }}. {% endif %}
| Name | Members | Ephemeral | Actions |
|---|---|---|---|
| {% if workspace %} {% widget group_ui.place.as_link variant="name" %} {% else %} {% widget group_ui.place.as_link %} {% endif %} | {{ g.count_users }} | {{ g.ephemeral|yesno:"yes,no" }} | {% if group_ui.can_delete %} {% widget group_ui.place_delete.as_button btn_type="danger sm" %} {% endif %} |
|
{% widget resource_ui.place_group_create.as_button %}
|
|||
There are no visible groups.
{% if resource_ui.can_create_groups %}