{#if !stop}

Stop not found.

Back to all stops
{:else}
{String(stop.id).padStart(2, '0')}
{#if volumeWritable}
{/if}

{stop.title}

{#if stop.caption}

{stop.caption}

{/if} {#if stop.description}
{#each stop.description.split(/\n\n+/) as para}

{para}

{/each}
{/if}
{/if}