{{ 'SEARCH.INPUT.LABEL' | translate }} @if (searchedWord?.length > 0) { } @if (searchedWord?.length === 0) { } @if (searchedWord?.length === 0) { }

{{ 'PERMISSION_MANAGER.ADD-PERMISSION.EVERYONE' | translate }}

@for (item of data?.list?.entries; track item; let idx = $index) {

@if (item.entry?.properties['cm:authorityDisplayName']) { {{ item.entry.properties['cm:authorityDisplayName'] }} } @else { @if (item.entry?.properties['cm:authorityName']) { {{ item.entry.properties['cm:authorityName'] }} } @else { {{ item.entry?.properties['cm:firstName'] ? item.entry?.properties['cm:firstName'] : '' }} {{ item.entry?.properties['cm:lastName'] ? item.entry?.properties['cm:lastName'] : '' }} } }

}