{{text-field name="name" value=model.name placeholderKey="admin.wizard.name_placeholder"}}
{{#if model.steps}} {{#each model.steps as |s|}} {{wizard-custom-step step=s}} {{d-button action='removeStep' actionParam=s label='admin.wizard.step.remove'}} {{/each}} {{/if}} {{d-button action='addStep' label='admin.wizard.step.add'}}
{{#unless new}} {{/unless}} {{savingStatus}}