{{i18n 'admin.wizard.id'}}
{{input name="id" value=step.id placeholderKey="admin.wizard.id_placeholder" disabled=disableId}}
{{i18n 'admin.wizard.key'}}
{{input name="key" value=step.key placeholderKey="admin.wizard.key_placeholder"}}
{{i18n 'admin.wizard.step.title'}}
{{input name="title" value=step.title placeholderKey="admin.wizard.custom_text_placeholder"}}
{{i18n 'admin.wizard.step.banner'}}
{{input name="banner" value=step.banner placeholderKey="admin.wizard.step.banner_placeholder"}}
{{i18n 'admin.wizard.step.description'}}
{{d-editor value=step.raw_description placeholder="admin.wizard.custom_text_placeholder"}}
{{wizard-links type="field" current=currentField items=step.fields}}
{{#if currentField}}
{{wizard-custom-field field=currentField types=wizard.fieldTypes removeField="removeField"}}
{{/if}}
{{wizard-links type="action" current=currentAction items=step.actions}}
{{#if currentAction}}
{{wizard-custom-action action=currentAction wizard=wizard removeAction="removeAction" currentStepId=step.id}}
{{/if}}