{#each fieldset as field}
{field.name}
{#if Array.isArray(field.value) && field.value.length}
{:else}
{JSON.stringify(field.value)}
{/if}
{/each}