@if(field.leftLabels) {
}
@if ( (field.name || this.field?.required) && !field.leftLabels) { {{ field.name | translate }} } @if(showInputFilter) { } @for(opt of (list$ | async); track opt.id) { {{opt.name}} } @if(isReadOnlyType) { {{readOnlyDisplayValue}} } @if ((dropdownControl.hasError('required') && !isRestApiFailed && !variableOptionsFailed) || (!previewState && !field.readOnly && (isRestApiFailed || variableOptionsFailed))) { error_outline @if (dropdownControl.hasError('required') && !isRestApiFailed && !variableOptionsFailed) {{{ 'FORM.FIELD.REQUIRED' | translate }}} @else if (isRestApiFailed) {{{ 'FORM.FIELD.REST_API_FAILED' | translate: { hostname: restApiHostName } }}} @else if (variableOptionsFailed) {{{ 'FORM.FIELD.VARIABLE_DROPDOWN_OPTIONS_FAILED' | translate }}} }