{{#if selectedItem}}
{{i18n "explorer.schema.title"}}
{{{i18n "explorer.schema.type_help"}}}
{{explorer-schema schema=schema}}
{{#if editName}} {{text-field value=selectedItem.name}} {{else}}

{{selectedItem.name}}

{{d-button action="editName" icon="pencil" class="no-text btn-small"}} {{/if}}
{{#if controller.editName}} {{textarea value=selectedItem.description}} {{else}} {{selectedItem.description}} {{/if}}
{{textarea value=selectedItem.sql}}
{{d-button action="save" label="explorer.save" disabled=saveDisabled}} {{d-button action="download" label="explorer.export" disabled=runDisabled icon="download"}}
{{#if selectedItem.destroyed}} {{d-button action="recover" class="" icon="undo" label="explorer.recover"}} {{else}} {{d-button action="discard" class="btn-danger" icon="undo" label="explorer.undo" disabled=saveDisabled}} {{d-button action="destroy" class="btn-danger" icon="trash" label="explorer.delete"}} {{/if}}
{{/if}}