{#if sshKey} {sshKey.name} {:else}
{/if}

{#if sshKey} {sshKey.fingerprint} {:else}
{#each [...Array(32).keys()] as _}
{/each}
{/if}
{#if sshKey} Added Last used {#if sshKey.last_used_at} {:else} never {/if} {:else}
{/if}