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