{{#if showNameScale}}

{{t 'machine.driverOther.instanceSection'}}

{{form-name-description name=prefix nameRequired=true namePlaceholder="hostsPage.new.name.placeholder" nameHelpText=nameCountLabel descriptionShown=true }}
{{form-count min=0 initialScale=1 setScale=(action (mut count)) }}
{{/if}}

{{t 'machine.driverOther.driverSection'}}

{{new-select classNames="form-control" content=otherChoices value=otherDriver }}

{{t 'machine.driverOther.optionsSection' driverName=(str-replace driver match="Config" with="")}}

{{#each fieldNames as |fieldName|}} {{api-field resource=driverOpts resourceType=otherDriver field=fieldName value=(get driverOpts fieldName) schemas=schemas typeDocs=typeDocumentations }} {{/each}}
{{settings.appName}}
{{form-user-labels initialLabels=labelResource.labels setLabels=(action 'setLabels') expandAll=null}}
{{#advanced-section}} {{limit-parameters model=model}} {{form-engine-opts machine=model showEngineUrl=showEngineUrl}} {{/advanced-section}}
{{top-errors errors=errors}} {{save-cancel save="save" cancel="cancel"}}