📻
{#if connected && frequency > 0}
{formatFrequency(frequency)}
MHz
{#if currentBand}
{currentBand}
{/if} {#if mode}
{mode}
{/if} {#if txEnabled}
TX
{/if} {:else}
FlexRadio non connecté
{/if}
{#if latitude && longitude}
{formatTime(sunrise)}
{formatTime(sunset)}
{#if isGrayline}
✨ GRAYLINE
{:else if timeToNextEvent}
{timeToNextEvent}
{/if} {:else}
📍 Position non configurée
{/if}
{#if hasWindWarning}
⚠️
Vent:
{windSpeed.toFixed(0)} km/h
{/if} {#if hasGustWarning}
🌪️
Rafales:
{windGust.toFixed(0)} km/h
{/if} {#if !hasAnyWarning}
✓
Météo OK
{/if}