{{message-error model=model}}
{{#unless model.isError}}
{{#message-in-page type="warning" data-test-warning=true}}
You will not be able to access this information later, so please copy the information below.
{{/message-in-page}}
{{/unless}}
{{#each model.attrs as |attr|}}
{{#if (eq attr.type "object")}}
{{info-table-row label=(capitalize (or attr.options.label (humanize (dasherize attr.name)))) value=(stringify (get model attr.name))}}
{{else}}
{{info-table-row label=(capitalize (or attr.options.label (humanize (dasherize attr.name)))) value=(get model attr.name)}}
{{/if}}
{{/each}}