{#if editMode}
{:else}
{#if Object.keys($thenText).length > 0}
{$thenTextEn}
{:else}
No then is set
{/if}
{#if $messages.length > 0}
{$messages.length} errors
{/if}
{/if}