{#each items as item, i} {#if item.groupValue}
{item.groupValue}
{/if}
{:else}
No options
{/each}