{{this.settingName}}
{{#if this.staffLogFilter}}
{{d-icon "history"}}
{{/if}}
{{#if this.defaultIsAvailable}}
{{/if}}
{{#if this.settingEditButton}}
{{else}}
{{component
this.componentName
setting=this.setting
value=this.buffered.value
validationMessage=this.validationMessage
preview=this.preview
isSecret=this.isSecret
allowAny=this.allowAny
changeValueCallback=this.changeValueCallback
}}
{{/if}}
{{#if this.dirty}}
{{else if this.overridden}}
{{#if this.setting.secret}}
{{/if}}
{{/if}}