@if (showLabel && !inlineField) {
{{ label }}
}
@for (type of entityTypes; track type) {
{{ displayEntityTypeFn(type) }}
}
@if (!inlineField && subscriptSizing === 'dynamic') {
}
@if (!inlineField && entityTypeFormGroup.get('entityType').hasError('required')) {
{{ 'entity.type-required' | translate }}
}