{{I18n "admin.customize.theme.title"}}
{{d-icon "puzzle-piece"}} {{I18n "admin.customize.theme.components"}}
{{#if hasThemes}} {{#if hasActiveThemes}} {{#each activeThemes as |theme|}} {{themes-list-item theme=theme navigateToTheme=(action "navigateToTheme" theme)}} {{/each}} {{#if hasInactiveThemes}}
{{#if themesTabActive}} {{I18n "admin.customize.theme.inactive_themes"}} {{else}} {{I18n "admin.customize.theme.inactive_components"}} {{/if}}
{{/if}} {{/if}} {{#if hasInactiveThemes}} {{#each inactiveThemes as |theme|}} {{themes-list-item theme=theme navigateToTheme=(action "navigateToTheme" theme)}} {{/each}} {{/if}} {{else}}
{{I18n "admin.customize.theme.empty"}}
{{/if}}
{{d-button action=installModal icon="upload" label="admin.customize.install" class="btn-primary"}}