{#each selected_array as selected} {#each selected_index as index} {#each options as value} {/each}

{selected[index].join(', ')}

{/each} {/each}