{{i18n 'admin.wizard.header'}}

{{i18n 'admin.wizard.background'}}

{{input name="background" value=model.background placeholderKey="admin.wizard.background_placeholder"}}

{{i18n 'admin.wizard.name'}}

{{input 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'}}

{{i18n 'admin.wizard.url'}}

{{wizardUrl}}
{{#if currentStep}} {{wizard-custom-step step=currentStep fieldTypes=model.fieldTypes}} {{/if}}
{{#unless newWizard}} {{/unless}} {{savingStatus}}