{#if !s}

No finished ride

End a ride and its summary appears here.

{:else}

Ride complete

{s.records} sample{s.records === 1 ? '' : 's'} · {s.laps} lap{s.laps === 1 ? '' : 's'}
Saved
= 1 ? `${clock(pausedS)} paused` : null} />
{#if caveats.length > 0}
{#each caveats as caveat (caveat)}

{caveat}

{/each}
{/if}
Activity file {s.savedPath ?? s.fitPath} {#if s.savedPath} Automatic copy kept at {s.fitPath} {/if}
{/if}