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