{{!-- frame-browser.hbs --}} {{!-- Root element for the FrameBrowser ApplicationV2 window body --}}
{{!-- ── Tab navigation ──────────────────────────────────────── --}} {{!-- ── Tab panels ──────────────────────────────────────────── --}}
{{#each sections}}
{{!-- Custom tab toolbar --}} {{#if this.isCustom}}
{{#unless this.hideImportDirectory}} {{/unless}} {{#unless this.hasCustomContent}}

{{localize "TOKENIZER-2.FRAME_BROWSER.NoCustomFrames"}}

{{/unless}}
{{/if}} {{!-- Subsections (each may have an optional divider label) --}} {{#each this.subsections}} {{#if this.label}}

{{this.label}} {{#if this.removable}} {{/if}}

{{/if}}
{{#each this.frames}}
{{#if this.isVideo}} {{else}} {{this.label}} {{/if}}
{{this.label}} {{!-- Remove button for flat custom frames --}} {{#if ../isFlat}} {{/if}} {{!-- Remove button for group frames --}} {{#if ../removable}} {{/if}}
{{/each}} {{#unless this.frames.length}} {{#if ../../isFavoritesTab}}

{{localize "TOKENIZER-2.FRAME_BROWSER.NoFavorites"}}

{{/if}} {{#if ../../isRecentsTab}}

{{localize "TOKENIZER-2.FRAME_BROWSER.NoRecents"}}

{{/if}} {{/unless}}
{{/each}}
{{/each}}