{title}
{#each options as opt}
{#if opt.icon === 'contract'}
{:else if opt.icon === 'issue'}
{:else if opt.icon === 'register'}
{:else}
{opt.icon}
{/if}
{opt.label}
{/each}