${T.repeat(x => x.formFields, T.html`
${T.when(x => x.type === 'String', T.html` `)} ${T.when(x => x.type === 'Date', T.html` `)} ${T.when(x => x.type === 'Number', T.html` `)} ${T.when(x => x.type === 'Boolean', T.html` `)}
`)} Save