${translateText("host_modal.team_count")}
${[2, 3, 4, 5, 6, 7, Quads, Trios, Duos].map(
(o) => html`
this.handleTeamCountSelection(o)}
>
${typeof o === "string"
? translateText(`public_lobby.teams_${o}`)
: translateText(`public_lobby.teams`, { num: o })}
`,
)}