{{ 'PAC.UserGroup.Title' | translate: { Default: 'User Groups' } }}
{{
'PAC.UserGroup.Subtitle'
| translate
: {
Default: 'View which user groups are defined in the current organization. Manage user group details from the user group page.'
}
}}
@if (loading()) {
} @else if (!groups().length) {
{{
'PAC.UserGroup.NoGroupsInOrganization'
| translate
: {
Default: 'There are no user groups in this organization yet.'
}
}}
} @else {
}