{{#relations schema.name 1}}
{{/relations}}
{{#relations schema.name 0}}
{{/relations}}
{{#each schema.fields}}
{{#when name '!==' 'webhook'}}
{{#notin 'none,hide,active,created,updated,uuid' field.type}}
{{/notin}}
{{/when}}
{{/each}}
{{#request 'partial' 'scopes'}}
{{#if rows.length}}
{{/if}}
{{/request}}
{{#request 'partial' 'hooks'}}
{{#if rows.length}}
{{/if}}
{{/request}}