{#if isShowingToast} {/if}

Add new Plan

{#if plans.length != 0}

My Adventure Plans

{/if} {#if isLoading}
{/if}
{#each plans as adventure (adventure.id)} {/each}
{#if plans.length == 0 && !isLoading}

Add some plans!

Logo
{/if} {#if adventureToEdit && adventureToEdit.id != undefined} {/if} {#if isShowingMoreFields} {/if}