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