{$_('section.status.title', { default: 'Status' })} {#if $settings.screens}
{#each $settings.screens as s} {/each}

{#if $status.data}
{ $_('section.status.screenCycle') }: {#if $status.timerRunning}⏵ { $_('timer.running') }{:else}⏸ { $_('timer.stopped') }{/if} {/if} {/if}
{#if $status.leds} {#each $status.leds as led} {/each} {/if}
{ memoryFreePercent }%
{ $_('section.status.memoryFree') }
{ Math.round($status.espFreeHeap / 1024) } / { Math.round($status.espHeapSize / 1024) } KiB

{ $_('section.status.uptime') }: {toUptimeString($status.espUptime)}

{ $_('section.status.wsPriceConnection') }: {#if $status.connectionStatus && $status.connectionStatus.price} ✅ {:else} ❌ {/if} - { $_('section.status.wsMempoolConnection') }: {#if $status.connectionStatus && $status.connectionStatus.blocks} ✅ {:else} ❌ {/if}
{#if $settings.fetchEurPrice} { $_('section.status.fetchEuroNote') } {/if}