{#if currentDevice}

{$t('current_device').toUpperCase()}

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

{$t('other_devices').toUpperCase()}

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

{$t('log_out_all_devices').toUpperCase()}

{/if}