{{ t('User roles') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!usergroups) { } @if (usergroups) { @for (usergroup of usergroups.allUsergroups; track usergroup) { }
{{ t('Name') }} {{ t('Description') }}
{{ usergroup.name }} {{ usergroup.description }} {{ t('Edit') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}
    } @if (usergroups && usergroups.allUsergroups.length === 0) { } @if (usergroups && usergroups.allUsergroups) {
    } @if (usergroups) { }