{#if hasErrors}
{#each errors as error}
{error.dataPath} {error.message}
{/each}
{/if}