{{#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}}
{{#in 'permissions,admin_menu' name}} {{#when name '===' 'permissions'}} {{> form_permissions}} {{/when}} {{#when name '===' 'admin_menu'}} {{> form_admin_menu}} {{/when}} {{else}} {{> form_fields}} {{/in}} {{#has ../errors @key}} {{scope ../errors @key}} {{/has}}
{{/notin}} {{/each}}