(clients = await oidcService.listClients(o))} columns={[ { label: m.logo() }, { label: m.name(), sortColumn: 'name' }, { label: m.oidc_allowed_group_count(), sortColumn: 'allowedUserGroupsCount' }, { label: m.actions(), hidden: true } ]} > {#snippet rows({ item })} {#if item.hasLogo} {/if} {item.name} {item.allowedUserGroupsCount > 0 ? item.allowedUserGroupsCount : m.unrestricted()} {/snippet}