{{localize "video-view-manager.presetImport.description"}}

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

{{localize "video-view-manager.presetImport.previewTitle"}}

{{/if}} {{!-- Confirmation Section (shown for replace mode) --}} {{#if requiresConfirmation}}
{{localize "video-view-manager.presetImport.replaceConfirmation" existingPresetCount=existingPresetCount}}
{{/if}}
{{#unless requiresConfirmation}} {{else}} {{/unless}}