{{#if (not-eq @error.status "403")}}

{{or @error.message "Consul returned an error"}}

{{#if @error.status }}

Error {{@error.status}}

{{/if}}

{{#if @error.detail}} {{@error.detail}} {{else}} You may have visited a URL that is loading an unknown resource, so you can try going back to the root or try re-submitting your ACL Token/SecretID by going back to ACLs. {{/if}}

{{else}}

You are not authorized

Error {{@error.status}}

You must be granted permissions to view this data. Ask your administrator if you think you should have access.

{{/if}}