{{localize "scrying-pool.presetImport.description"}}

{{#if hasExistingPresets}}
{{localize "scrying-pool.presetImport.existingPresetsWarning" existingPresetCount=existingPresetCount}}
{{/if}} {{!-- File Selection --}}
{{#if selectedFileName}}
{{selectedFileName}}
{{/if}}
{{!-- Mode Selection --}}
{{!-- Preview Section --}} {{#if previewItems.length}}

{{localize "scrying-pool.presetImport.previewTitle"}}

    {{#each previewItems as |item|}}
  • {{item.name}} {{#if item.error}} {{item.error}} {{/if}}
  • {{/each}}
{{/if}} {{!-- Confirmation Section (shown for replace mode) --}} {{#if requiresConfirmation}}
{{localize "scrying-pool.presetImport.replaceConfirmation" existingPresetCount=existingPresetCount}}
{{/if}}
{{#unless requiresConfirmation}} {{else}} {{/unless}}