{{i18n 'admin.wizard.manager.title'}}

{{#if filename}} {{/if}} {{input id='file-upload' type="file" accept="application/json" change=(action "setFile")}} {{d-button id="upload-button" label="admin.wizard.manager.upload" action=(action "upload")}} {{d-button id="import-button" label="admin.wizard.manager.import" action=(action "import") disabled=importDisabled}} {{d-button id="export-button" label="admin.wizard.manager.export" action=(action "export") disabled=exportDisabled}} {{d-button id="destroy-button" label="admin.wizard.manager.destroy" action=(action "destroy") disabled=destoryDisabled}}
{{wizard-message key=messageKey url=messageUrl type=messageType opts=messageOpts items=messageItems loading=loading component='manager'}}
{{#each wizards as |wizard|}} {{/each}}
{{i18n 'admin.wizard.label'}} {{i18n 'admin.wizard.manager.export'}} {{i18n 'admin.wizard.manager.destroy'}}
{{#link-to "adminWizardsWizardShow" (dasherize wizard.id)}} {{wizard.name}} {{/link-to}} {{input type="checkbox" class="export" change=(action 'selectWizard')}} {{input type="checkbox" class="destroy" change=(action 'selectWizard')}}