{{#if this.errors}}

{{i18n "admin.badges.preview.sql_error_header"}}

{{this.errors}}
{{!-- TODO we want some help pages for this, link to those instead

{{i18n "admin.badges.preview.error_help"}}

--}} {{else}}

{{#if this.count}} {{html-safe (i18n "admin.badges.preview.grant_count" count=this.count)}} {{else}} {{html-safe (i18n "admin.badges.preview.no_grant_count")}} {{/if}}

{{#if this.countWarning}}

{{d-icon "exclamation-triangle"}} {{i18n "admin.badges.preview.bad_count_warning.header"}}

{{i18n "admin.badges.preview.bad_count_warning.text"}}

{{/if}} {{#if this.sample}}

{{i18n "admin.badges.preview.sample"}}

{{/if}} {{#if this.hasQueryPlan}}
{{html-safe this.queryPlanHtml}}
{{/if}} {{/if}}