{#key updatedCount} {#if typeof updatedCount === 'number'}
Updated {updatedCount} item{updatedCount === 1 ? '' : 's'}
{/if} {/key}
{#each form.parameters as param, index}
{/each}