{#if flowers.length === 0}

Flower details will appear once the bouquet recipe is ready.

{:else}

Flowers in your bouquet

{#each flowers as flower (flower.id)} {/each}
{/if}