{{i18n 'admin.wizard.transfer.export.label'}}

{{d-button id="export-button" class="btn btn-primary side" label="admin.wizard.transfer.export.label" action=(action "export")}} {{#if this.noneSelected}}

{{this.noneSelected}}

{{/if}}

{{i18n 'admin.wizard.transfer.import.label'}}

{{input id='file_url' type="file" change=(action "setFilePath")}} {{d-button id="import-button" class="btn btn-primary side" label="admin.wizard.transfer.import.label" action=(action "import")}} {{#if this.noFile}}

{{this.noFile}}

{{/if}} {{#if this.fileSizeError}}

{{this.fileSizeError}}

{{/if}} {{#if this.success_ids}} {{#each this.success_ids as |id|}}

{{i18n "admin.wizard.transfer.import.success"}}

{{/each}} {{/if}} {{#if this.failure_ids}} {{#each this.failure_ids as |id|}}

{{i18n "admin.wizard.transfer.import.failure" id=id}}

{{/each}} {{/if}}
{{!-- server side error--}} {{#if this.error}}

{{this.error}}

{{/if}}