{{'DMP-BLUEPRINT-EDITOR.TITLE.NEW' | translate}}

{{formGroup.get('label').value}}

{{'DMP-BLUEPRINT-EDITOR.TITLE.CLONE' | translate}} {{formGroup.get('label').value}}

{{'DMP-BLUEPRINT-EDITOR.TITLE.NEW-VERSION' | translate}} {{formGroup.get('label').value}}

{{'DMP-BLUEPRINT-EDITOR.FIELDS.NAME' | translate}} {{formGroup.get('label').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}

{{'DMP-BLUEPRINT-EDITOR.FIELDS.SECTIONS' | translate}}

{{'DMP-BLUEPRINT-EDITOR.FIELDS.SECTION-PREFIX' | translate}} {{sectionIndex + 1}}
drag_indicator
{{'DMP-BLUEPRINT-EDITOR.FIELDS.SECTION-NAME' | translate}} {{section.get('label').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.SECTION-DESCRIPTION' | translate}} {{section.get('description').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{fieldIndex + 1}} drag_indicator
{{fieldIndex + 1}} drag_indicator
{{'DMP-BLUEPRINT-EDITOR.FIELDS.CATEGORY' | translate}} {{enumUtils.toDmpBlueprintFieldCategoryString(fieldCategory)}} {{field.get('category').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.SYSTEM-FIELD-TYPE' | translate}} {{enumUtils.toDmpBlueprintSystemFieldTypeString(systemFieldType)}} {{field.get('systemFieldType').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DATA-TYPE' | translate}} {{enumUtils.toDmpBlueprintExtraFieldDataTypeString(extraFieldDataType)}} {{field.get('dataType').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.REFERENCE-TYPE' | translate}} {{field.get('referenceTypeId').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.FIELD-LABEL' | translate}} {{field.get('label').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.FIELD-PLACEHOLDER' | translate}} {{field.get('placeholder').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.FIELD-DESCRIPTION' | translate}} {{field.get('description').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.SEMANTICS' | translate}} {{field.get('semantics').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.FIELD-REQUIRED' | translate}} {{field.get('required').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS-REQUIRED' | translate}} {{section.get('fields').getError('backendError').message}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATES' | translate}} {{section.get('hasTemplates').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{descriptionTemplateIndex + 1}} drag_indicator
{{descriptionTemplateIndex + 1}} drag_indicator
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE' | translate}} {{descriptionTemplate.get('descriptionTemplateGroupId').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-LABEL' | translate}} {{descriptionTemplate.get('label').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MIN-MULTIPLICITY' | translate}} {{descriptionTemplate.get('minMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MAX-MULTIPLICITY' | translate}} {{descriptionTemplate.get('maxMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}
{{section.get('descriptionTemplates').getError('backendError').message}}
{{'DMP-BLUEPRINT-EDITOR.FIELDS.PREFILLING-SOURCES' | translate}} {{section.get('prefillingSourcesIds').getError('backendError').message}}
{{'DMP-BLUEPRINT-EDITOR.SECTIONS-REQUIRED' | translate}} {{formGroup.get('definition').get('sections').getError('backendError').message}}