{#if (token?.ids ?? []).length == 1} {:else}
{#each token.ids as sourceId}
{/each}
{/if}