{{i18n 'admin.customize.css_html.long_title'}}

{{#if selectedItem}}
{{#with selectedItem}} {{text-field class="style-name" value=name}}
{{#if view.stylesheetActive}}{{aceEditor content=stylesheet mode="scss"}}{{/if}} {{#if view.headerActive}}{{aceEditor content=header mode="html"}}{{/if}} {{#if view.footerActive}}{{aceEditor content=footer mode="html"}}{{/if}} {{#if view.mobileStylesheetActive}}{{aceEditor content=mobile_stylesheet mode="scss"}}{{/if}} {{#if view.mobileHeaderActive}}{{aceEditor content=mobile_header mode="html"}}{{/if}} {{#if view.mobileFooterActive}}{{aceEditor content=mobile_footer mode="html"}}{{/if}}
{{/with}}
{{i18n 'admin.customize.override_default'}} {{view Ember.Checkbox checkedBinding="selectedItem.override_default_style"}} {{i18n 'admin.customize.enabled'}} {{view Ember.Checkbox checkedBinding="selectedItem.enabled"}} {{#unless selectedItem.changed}} {{i18n 'admin.customize.preview'}} | {{i18n 'admin.customize.undo_preview'}} | {{i18n 'admin.customize.rescue_preview'}}
{{/unless}}
{{selectedItem.savingStatus}} {{i18n 'admin.customize.delete'}}
{{else}}

{{i18n 'admin.customize.about'}}

{{/if}}