{{localize "CALENDARIA.SettingsPanel.Section.Theme"}} {{#if isGM}}

{{localize "CALENDARIA.Settings.ForceTheme.Hint"}}

{{/if}} {{#if themeForced}} {{#unless isGM}}

{{localize "CALENDARIA.Settings.ForceTheme.PlayerMessage"}}

{{/unless}} {{/if}}
{{#unless themeForced}} {{/unless}} {{#if canDeleteTheme}} {{/if}}
{{#if isCustomThemeActive}}

{{localize "CALENDARIA.ThemeEditor.CustomHint" name=activeCustomThemeName}}

{{else}}

{{localize "CALENDARIA.ThemeEditor.PresetHint"}}

{{/if}} {{#if showCustomColors}}
{{#each themeCategories}}
{{localize this.label}}
{{localize "CALENDARIA.ThemeEditor.Header.Usage"}} {{localize "CALENDARIA.Common.Color"}} {{localize "CALENDARIA.Common.Reset"}}
{{#each this.colors}}
{{localize this.label}}
{{/each}}
{{/each}}
{{/if}}