{#if device.deviceType || device.deviceOS} {device.deviceOS || 'Unknown'} • {device.deviceType || 'Unknown'} {:else} {$t('unknown')} {/if}
{$t('last_seen')} {DateTime.fromISO(device.updatedAt, { locale: $locale }).toRelativeCalendar(options)} - {DateTime.fromISO(device.updatedAt, { locale: $locale }).toLocaleString(DateTime.DATETIME_MED)}
{#if !device.current}
dispatcher('delete')} />
{/if}