tenant-profile.tenant-profile @if (showDetailsPageLink && selectTenantProfileFormGroup.get('tenantProfile').value && disabled) { {{ displayTenantProfileFn(selectTenantProfileFormGroup.get('tenantProfile').value) }} } @if (selectTenantProfileFormGroup.get('tenantProfile').value && !disabled) { } @if (selectTenantProfileFormGroup.get('tenantProfile').value?.id && !disabled) { } @if (!selectTenantProfileFormGroup.get('tenantProfile').value && !disabled) { } @for (tenantProfile of filteredTenantProfiles | async; track tenantProfile) { } @if (!(filteredTenantProfiles | async)?.length) {
@if (!textIsNotEmpty(searchText)) {
tenant-profile.no-tenant-profiles-found
} @else { {{ translate.get('tenant-profile.no-tenant-profiles-matching', {entity: truncate.transform(searchText, true, 6, '...')}) | async }} } tenant-profile.create-new-tenant-profile
}
@if (selectTenantProfileFormGroup.get('tenantProfile').hasError('required')) { {{ 'tenant-profile.tenant-profile-required' | translate }} }