{#if _value == null} {:else}
uploaded file {#each _value ? _value[1] : [] as [file, label], i} segmentation mask identifying {label} within the uploaded file {/each}
{#if show_legend && _value}
{#each _value[1] as [_, label], i} {/each}
{/if} {/if}