{modelDef.name} Form


{#each fields as field}
{#if schema[field].type === 'string' && schema[field].constraints.inclusion} {:else} {/if}

{/each}