{#if keys.length > 0} {#each keys as key (key.id)} {/each}
{$t('name')} {$t('created')} {$t('action')}
{key.name} {new Date(key.createdAt).toLocaleDateString($locale, format)} handleUpdate(key)} /> handleDelete(key)} />
{/if}