{#if options}
{text}
{#each Object.entries(options) as [val,caption]}
{caption}
{/each}
{/if}