{{#if (eq model.httpStatus 404)}} {{not-found model=model}} {{else}}

{{#if (eq model.httpStatus 403)}} Not authorized {{else}} Error {{/if}}

{{#if model.message}}

{{model.message}}

{{/if}} {{#each model.errors as |error|}}

{{error}}

{{/each}}
{{/if}}