{#await choosePromise} {:then res} {#if res === null} {#await loadPromise} {:then} {#await releasesPromise catch e}
{e.message}
{/await} {:catch e: AggregateError} {#each e.errors as err}
{err.message}
{/each} {/await} {:else} {/if} {:catch e}
{e.message}
{/await} {#snippet _footer()} {#if !chosen} {/if} {/snippet}