+ {t.rich("tournamentQuestionsCountUpper", { + count: item.questions_count ?? 0, + n: (chunks) => <>{chunks}>, + })} +
++ {t.rich("tournamentQuestionsCountUpper", { + count: item.questions_count ?? 0, + n: (chunks) => ( + + {chunks} + + ), + })} +
+ ++ {description} +
+ ) : null} ++ {label} +
+ ++ {label} +
+ ++ {t.rich("tournamentQuestionsCount", { + count: questionsCount, + num: (chunks) => ( + + {chunks} + + ), + })} +
+ ++ {t(keys.shownKey as PlainKey, { count })} +
++ {t(titleKey, { count })} +
+ ++ {t(bodyKey)} +
+{t("tournamentsHero1")}
-{t("tournamentsHero2")}
-- {t.rich("tournamentsHero3", { - scores: (chunks) => ( - {chunks} - ), - })} -
-- {t.rich("tournamentsHero4", { - email: (chunks) => ( - {chunks} - ), - })} -
-