{{#if this.wizard}}
{{#if this.wizard.name}} {{#if this.copiedUrl}} {{d-button class="btn-hover pull-right" icon="copy" label="ip_lookup.copied" }} {{else}} {{d-button action=(action "copyUrl") class="pull-right no-text" icon="copy" }} {{/if}} {{this.wizardUrl}} {{/if}}
{{combo-box content=this.themes valueProperty="id" value=this.wizard.theme_id onChange=(action (mut this.wizard.theme_id)) options=(hash none="admin.wizard.no_theme") }}
{{i18n "admin.wizard.label"}}
{{i18n "admin.wizard.save_submissions_label"}}
{{i18n "admin.wizard.multiple_submissions_label"}}
{{i18n "admin.wizard.after_signup_label"}}
{{i18n "admin.wizard.prompt_completion_label"}}
{{i18n "admin.wizard.after_time_label"}} {{d-button action=(action "setNextSessionScheduled") translatedLabel=this.nextSessionScheduledLabel class="btn-after-time" icon="far-calendar" }}
{{#wizard-subscription-container}}
{{i18n "admin.wizard.required_label"}}
{{i18n "admin.wizard.restart_on_revisit_label"}}
{{wizard-mapper inputs=this.wizard.permitted options=(hash context="wizard" inputTypes="assignment,validation" groupSelection="output" guestGroup=true userFieldSelection="key" textSelection="value" inputConnector="and" ) }}
{{i18n "admin.wizard.after_time_groups.description"}}
{{/wizard-subscription-container}}
{{wizard-links itemType="step" current=this.currentStep items=this.wizard.steps }} {{#if this.currentStep}} {{wizard-custom-step step=this.currentStep wizard=this.wizard currentField=this.currentField wizardFields=this.wizardFields fieldTypes=this.filteredFieldTypes subscribed=this.subscribed }} {{/if}} {{wizard-links itemType="action" current=this.currentAction items=this.wizard.actions generateLabels=true }} {{#each this.wizard.actions as |wizardAction|}} {{wizard-custom-action action=wizardAction currentActionId=this.currentAction.id wizard=this.wizard apis=this.apis removeAction="removeAction" wizardFields=this.wizardFields fieldTypes=this.filteredFieldTypes }} {{/each}}
{{#unless this.creating}} {{/unless}} {{conditional-loading-spinner condition=this.saving size="small"}} {{#if this.error}} {{d-icon "times"}}{{this.error}} {{/if}}
{{/if}}