{{#if relation.suggestion}}

{{relation.suggestion}}

{{/if}}
{{title}}
{{#relations schema.name 1}}
{{#has ../errors primary2}} {{scope ../errors primary2}} {{/has}}
{{/relations}} {{#relations schema.name 0}}
{{#has ../errors primary2}} {{scope ../errors primary2}} {{/has}}
{{/relations}} {{#each schema.fields}} {{#notin 'none,hide,active,created,updated,uuid' field.type}}
{{> form_fields}} {{#has ../errors @key}} {{scope ../errors @key}} {{/has}}
{{/notin}} {{/each}}