{profile?.name ?? 'No route loaded'}

{#if routeSummary}

{routeSummary}{profile?.description ? ` — ${profile.description}` : ''}

{:else}

Manual control — choose a route to ride real terrain.

{/if}
{#if trainerChip} {trainerChip.label} {/if} {statusChip.label} {#if podChip} {podChip.label} {/if} {MODE_LABEL[ride?.mode ?? 'ManualGrade']} Target {targetText(ride?.target ?? null)}
{#if show.routeChart}
{/if} {#if preRide}
{#if profile}
{profile.name} {routeSummary}
{:else}
Pick a bundled route or open your own GPX. Or start now and ride on manual gradient.
{/if}
{/if}
{#if show.detailRow}
{#if !compact} {/if}
{/if}
{#if show.secondaryEffort}
{/if} {#if show.streamCharts}
Power
Gradient
{/if}