{{#if this.disallow}}

{{i18n "explorer.admins_only"}}

{{else}} {{#unless this.validQueryPresent}}
{{#if this.showCreate}}
{{/if}} {{#if this.othersDirty}}
{{d-icon "exclamation-triangle"}} {{i18n "explorer.others_dirty"}}
{{/if}} {{/unless}} {{#if this.model.length}} {{#unless this.selectedItem.fake}}
{{#if this.selectedItem}} {{#if this.editingName}}
{{else}}

{{this.selectedItem.name}} {{#unless this.editDisabled}} {{d-icon "pencil-alt"}} {{/unless}}

{{this.selectedItem.description}}
{{/if}} {{#unless this.selectedItem.destroyed}}
{{i18n "explorer.allow_groups"}}
{{/unless}}
{{#if this.editingQuery}}
{{d-icon "discourse-expand"}}
{{else}}
{{/if}}
{{#if this.editingQuery}} {{else}} {{#unless this.editDisabled}} {{/unless}} {{/if}} {{#if this.editingQuery}} {{/if}}
{{#if this.selectedItem.destroyed}} {{else}} {{#if this.editingQuery}} {{/if}} {{/if}}
{{/if}}
{{#if this.selectedItem.hasParams}} {{/if}} {{#if this.runDisabled}} {{#if this.saveDisabled}} {{else}} {{/if}} {{else}} {{/if}}
{{/unless}} {{#unless this.selectedItem.fake}} {{/unless}} {{#unless this.validQueryPresent}}
{{#each this.filteredContent as |query|}} {{else}}
{{i18n "explorer.no_search_results"}} {{/each}}
{{i18n "explorer.query_groups"}}
{{query.name}} {{query.description}} {{#if query.username}} {{query.username}} {{/if}} {{#each query.group_names as |group|}} {{/each}} {{#if query.last_run_at}} {{bound-date query.last_run_at}} {{else if query.created_at}} {{bound-date query.created_at}} {{/if}}
{{/unless}}
{{/if}} {{/if}}