{formatZoned(selectedDay, timezone, 'EEEE')} – {m.summary_heading()}{relLabel === formatZoned(selectedDay, timezone, 'EEEE') ? '' : ` (${relLabel})`}

{#if sentences.length > 0}

{sentences.join(' ')}

{:else}

{m.summary_no_data()}

{/if}
{#if sunrise}
{m.label_sunrise()}
{sunrise}
{/if} {#if sunset}
{m.label_sunset()}
{sunset}
{/if} {#if daylight}
{m.label_daylight()}
{daylight} {#if sunshine != null} · {m.sunshine_share({ percent: sunshine })} {/if}
{/if} {#if finite(uv)}
{m.label_uv_index()}
{uv.toFixed(1)} {uvLabel(uv)}
{/if} {#if moonrise}
{m.label_moonrise()}
{moonrise}
{/if} {#if moonset}
{m.label_moonset()}
{moonset}
{/if} {#if litPath}
{m.label_moon()}
{moonPhaseName(phase!)} {#if illumination != null} · {illumination}% {/if}
{/if}