{{ 'PERMISSION_MANAGER.ADD-PERMISSION.EVERYONE' | translate }}
@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'] : '' }} } }