{{#if (eq model.httpStatus 404)}}
{{not-found model=model}}
{{else}}
{{#if (eq model.httpStatus 403)}}
Not authorized
{{else}}
Error
{{/if}}
{{model.message}}
{{/if}} {{#each model.errors as |error|}}{{error}}
{{/each}}