${T.when(x => x.resourceLabel, T.html`${x => x.resourceLabel}
`)}
${T.when(x => x.createEnabled === 'true', T.html` x.toggleForm() }" variant="secondary" >
${T.when(x => x.viewType === 'list', T.html`${ x => x.createEntryLabel }`)}
${T.when(x => x.viewType === 'form', T.html`${ x => x.listEntryLabel }`)}
`)}
${T.when(x => x.dbModelData && x.viewType === 'list', T.html`
`)}
${T.when(x => x.viewType === 'form', T.html` `)}