{{#if (and (eq this.mode "edit") this.model.canDelete)}} Delete {{this.model.identityType}} {{/if}}
{{#if (eq this.mode "merge")}} {{/if}} {{#each this.model.fields as |attr|}}
{{#if this.model.canCreatePolicies}} {{else}} {{/if}}
{{/each}}
{{#if (or (eq this.mode "merge") (eq this.mode "create"))}} Cancel {{else}} Cancel {{/if}}