{#if fields.length > 0} {#each fields as field, index (`${field.name}:${index}`)} {/each}
{#if field.verified} {/if} {@html field.value}
{/if}