{{#if this.showSearchAndFilter}}
{{i18n "admin.customize.theme.filter_by"}}
{{/if}}
{{#if this.hasThemes}} {{#if (and this.hasActiveThemes (not this.inactiveFilter))}} {{#each this.activeThemes as |theme|}} {{/each}} {{#if (and this.hasInactiveThemes (not this.activeFilter))}}
{{#if this.selectInactiveMode}} {{else}} {{d-icon "list"}} {{/if}} {{#if this.selectInactiveMode}} {{i18n "admin.customize.theme.selected" count=this.selectedCount }} {{else if this.themesTabActive}} {{i18n "admin.customize.theme.inactive_themes"}} {{else}} {{i18n "admin.customize.theme.inactive_components"}} {{/if}} {{#if this.selectInactiveMode}} {{i18n "admin.customize.theme.cancel"}} {{d-icon "trash-alt"}} Delete {{/if}}
{{/if}} {{/if}} {{#if (and this.hasInactiveThemes (not this.activeFilter))}} {{#each this.inactiveThemes as |theme|}} {{/each}} {{/if}} {{else}}
{{i18n "admin.customize.theme.empty"}}
{{/if}}