{{ alias }}
@if (selectEntityInfoFormGroup.get('entityInfo').value && !disabled) {
}
@for (entityInfo of filteredEntityInfos | async; track entityInfo) {
}
@if (!(filteredEntityInfos | async)?.length) {
{{ translate.get('entity.no-entities-matching', {entity: searchText}) | async }}
}