{{#if content.selectedItem}}
{{#with content.selectedItem}} {{view Ember.TextField class="style-name" valueBinding="name"}} {{#if view.headerActive}} {{view Discourse.AceEditorView contentBinding="header" mode="html"}} {{/if}} {{#if view.stylesheetActive}} {{view Discourse.AceEditorView contentBinding="stylesheet" mode="css"}} {{/if}} {{/with}}
{{i18n admin.customize.override_default}} {{view Ember.Checkbox checkedBinding="content.selectedItem.override_default_style"}} {{i18n admin.customize.enabled}} {{view Ember.Checkbox checkedBinding="content.selectedItem.enabled"}} {{#unless content.selectedItem.changed}} {{i18n admin.customize.preview}} | {{i18n admin.customize.undo_preview}}
{{/unless}}
{{i18n admin.customize.delete}} {{content.savingStatus}}
{{/if}}