{#if in_wishlist}
{:else}
{/if} {#if in_collection}
{:else}
{/if}
{#if $open}
{#each Object.entries(options) as [key, value]}
{value} {#if $isSelected(key)}
{/if}
{/each}
{/if}