{{#if this.sortedThemes}} {{#each this.sortedThemes as |theme|}}

{{theme.label}}

{{t "Version {version}" version=theme.version}}

{{!--Delete--}} {{#if theme.isDeletable}} {{t "common.Delete"}} {{/if}} {{!--Download--}} {{t "common.Download"}} {{!--Active Label / Activate Button--}} {{#if theme.active}} {{t "common.Active"}} {{else}} {{t "Activate"}} {{/if}}
{{/each}} {{else}}

{{t "No themes found"}}

{{t "Please upload a theme to continue"}}

{{/if}}