{label}
{#if isEdited}
{$t('unsaved_change')}
{/if}
{#if desc}
{desc}
{/if}
{#each options as option (option.value)}
{option.text}
{/each}