{#if options.length > 0}
{#each options as entry,i}
{entry.caption}
{/each}
{:else}
{value}
{/if}