{{#if staffLogFilter}} {{settingName}} {{#link-to "adminLogs.staffActionLogs" (query-params filters=staffLogFilter force_refresh=true) title=(i18n "admin.settings.history")}} {{d-icon "history"}} {{/link-to}} {{else}} {{settingName}} {{/if}}

{{#if defaultIsAvailable}} {{setting.setDefaultValuesLabel}} {{/if}}
{{component componentName setting=setting value=buffered.value validationMessage=validationMessage preview=preview isSecret=isSecret allowAny=allowAny}}
{{#if dirty}}
{{d-button class="ok" action=(action "update") icon="check"}} {{d-button class="cancel" action=(action "cancel") icon="times"}}
{{else if setting.overridden}} {{#if setting.secret}} {{d-button action=(action "toggleSecret") icon="far-eye-slash"}} {{/if}} {{d-button class="btn-default undo" action=(action "resetDefault") icon="undo" label="admin.settings.reset"}} {{/if}}