{#if in_wishlist}
Remove from wishlist
{:else}
Add to wishlist
{/if} {#if in_collection}
Remove from collection
{:else}
Add to collection
{/if}
{$valueLabel || 'Add to...'}
{#if $open}
{#each Object.entries(options) as [key, value]}
{value} {#if $isSelected(key)}
{/if}
{/each}
{/if}