{{#if (gt model.credentialTypes.length 1)}} {{/if}} {{#each model.fields as |attr|}} {{#if (eq attr.name "policyDocument")}} {{#info-table-row label=(capitalize (or attr.options.label (humanize (dasherize attr.name)))) value=model.policyDocument}}
{{stringify (jsonify model.policyDocument)}}
{{/info-table-row}} {{else}} {{info-table-row label=(capitalize (or attr.options.label (humanize (dasherize attr.name)))) value=(get model attr.name)}} {{/if}} {{/each}}