{t("userbox.header.matching")}
{t("settings.cabNotice")}
overlay = true}>{t('userbox.matching.select')}
{#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.ui')}
/
{t('userbox.matching.option.guide')}
{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}