{{i18n 'admin.wizard.name'}}
{{text-field name="name" value=model.name placeholderKey="admin.wizard.name_placeholder"}}
{{i18n 'admin.wizard.save_submissions'}}
{{input type='checkbox' checked=model.save_submissions}}
{{i18n 'admin.wizard.save_submissions_label'}}
{{#each stepLinks as |s|}}
{{d-button action="changeStep" actionParam=s.id translatedLabel=s.title class=s.classes}}
{{d-button action="removeStep" actionParam=s.id icon='times' class='remove'}}
{{/each}}
{{d-button action='addStep' label='admin.wizard.add' icon='plus'}}
{{wizard-custom-step step=currentStep fieldTypes=model.fieldTypes}}
{{#unless new}}
{{/unless}}
{{savingStatus}}