{{#if this.stepMessage}}
{{this.stepMessage.text}}
{{#if this.showReset}} {{i18n "wizard.reset"}} {{/if}}
{{/if}} {{#if this.step.permitted}} {{custom-wizard-step step=this.step wizard=this.wizard goNext=(action "goNext") goBack=(action "goBack") showMessage=(action "showMessage") }} {{/if}}