{#if currentSession}
{$t('current_device')}
{/if} {#if otherSessions.length > 0}
{$t('other_devices')} {#each otherSessions as session, index (session.id)} handleDelete(session)} /> {#if index !== otherSessions.length - 1}
{/if} {/each}

{/if}