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