{#if isShowingToast} {/if}
{#if adventuresPlans.length != 0}

My Adventure Ideas

{/if} {#if isLoadingIdeas && isLoadingTrips}
{/if}
{#each adventuresPlans as adventure (adventure.id)} {/each}
{#if adventuresPlans.length == 0 && !isLoadingIdeas && !isLoadingTrips && !isShowingMoreFields && !isShowingNewTrip && tripPlans.length == 0}

Add some plans!

Logo
{/if} {#if adventureToEdit && adventureToEdit.id != undefined} {/if} {#if isShowingMoreFields} {/if} {#if isShowingNewTrip} (isShowingNewTrip = false)} on:create={createNewTrip} /> {/if} {#if tripPlans.length !== 0}

My Trip Plans

{/if} {#each tripPlans as trip (trip.id)}

{trip.name}

{trip.description}

Start Date: {trip.startDate} End Date: {trip.endDate}

{/each} My Plans | AdventureLog