{#if showPanel}

Past Trips to {destination}

{#if pastTrips.length === 0}
This is your first trip to {destination}!
{:else}
{#if showLeftButton} {/if}
{#each pastTrips as trip} {/each}
{#if showRightButton} {/if}
{/if}
{/if}