{{#if (eq mode "merge")}}
{{#message-in-page type="warning"}}
Metadata on merged entities is not preserved, you will need to recreate it on the entity you merge to.
{{/message-in-page}}
{{/if}}
{{#each model.fields as |attr|}}
{{form-field data-test-field attr=attr model=model}}
{{/each}}