{#if currentDevice}

{$t('current_device')}

{/if} {#if otherDevices.length > 0}

{$t('other_devices')}

{#each otherDevices as device, index (device.id)} handleDelete(device)} /> {#if index !== otherDevices.length - 1}
{/if} {/each}

{$t('log_out_all_devices')}

{/if}