{{ t('LDAP Groups') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!ldapgroups) { } @if (ldapgroups) { @if (ldapgroups) { @for (ldapgroup of ldapgroups.all_ldapgroups; track ldapgroup) { } }
{{ t('LDAP group cn') }} {{ t('LDAP group dn') }} {{ t('LDAP group description') }}
@if (( PermissionsService.hasPermissionObservable(['usergroups', 'add'])|async ) || ( PermissionsService.hasPermissionObservable(['usercontainerroles', 'add'])|async )) { } {{ ldapgroup.Ldapgroup.cn }} {{ ldapgroup.Ldapgroup.dn }} {{ ldapgroup.Ldapgroup.description }} {{ t('Add to user role') }} {{ t('Add to user container role') }}
} @if (ldapgroups && ldapgroups.all_ldapgroups.length === 0) { } @if (ldapgroups && ldapgroups.all_ldapgroups) { } @if (ldapgroups) { }