{#if newKey}
{/if}
{#each keys as key, index (key.id)}
{$t('name')}
{$t('created')}
{$t('action')}
{/each}
{key.name}
{new Date(key.createdAt).toLocaleDateString($locale, format)}