{t("userbox.header.matching")}

{t("settings.cabNotice")}

{#if custom} {/if}
{#if overlay}

{t('userbox.header.matching')}

{t('userbox.matching.select.sub')}

{#each CHU3_MATCHINGS as option}
clickOption(option)} role="button" tabindex="0" on:keypress={e => e.key === 'Enter' && clickOption(option)} class:selected={!custom && existingUrl === option.matching}> {option.name}
{t('userbox.matching.option.collab')}
{#each option.coop as coop} {coop} {/each}
{/each}
e.key === 'Enter' && clickCustom()} class:selected={custom}> {t('userbox.matching.custom.name')}

{t('userbox.matching.custom.sub')}

{/if}