{{bound-i18n "wizard.step-text" }} {{bound-i18n "wizard.step" current=this.step.displayIndex total=this.wizard.totalSteps }}
{{#if this.step.emoji}}
{{emoji this.step.emoji}}
{{/if}} {{#if this.step.title}}

{{this.step.title}}

{{#if this.step.description}}

{{html-safe this.step.description }}

{{/if}} {{/if}}
{{#if this.step.fields}} {{#if this.includeSidebar}}
{{#each this.step.fields as |field|}} {{#if field.show_in_sidebar}} {{/if}} {{/each}}
{{/if}}
{{#each this.step.fields as |field|}} {{#unless field.show_in_sidebar}} {{/unless}} {{/each}}
{{/if}}