+ {t("subheader")} +
++ {t.rich("subheader2", { + link: text => ( + + {text} + + ), + })} +
++ Features +
++ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores + impedit perferendis suscipit eaque, iste dolor cupiditate + blanditiis ratione. +
+It's a very poor admin, but it's a start.
++ Latest Hilde updates +
+Invite Code
++ Send this link to invite users to your league. +
++ Here you can close the league. This will make it read-only and prevent + any further changes. You can always re-open it. +
+ +This league is currently closed.
+ + +Status
++ {t("settings.description")} +
+Users
++ List of users in this league. +
+| - | Wins | -Score | -Matches | -Winrate | -Rating | -
|---|
| Team 1 | -Team 2 | -Result | -Date | -
|---|---|---|---|
|
- |
-
- |
-
- |
-
- |
-
Current Rating
-Highest Rating
-Lowest Rating
-Matches
-Wins
-Losses
-Total score
-Average score
-Winrate
-Current winstreak
-Highest winstreak
-Highest losing streak
-| Name | -- |
|---|---|
|
- {season.number}
- {season.current && (
-
- Active
-
- )}
-
-
- |
-
-
- {!season.current && (
- <>
-
-
- >
- )}
-
- |
-
| setOrdering("name")}> - Name {orderIcon("name")} - | -setOrdering("matches")}> - Matches {orderIcon("matches")} - | -setOrdering("wins")}> - Wins {orderIcon("wins")} - | -setOrdering("losses")}> - Losses {orderIcon("losses")} - | -setOrdering("score")}> - Score {orderIcon("score")} - | -setOrdering("winRate")}> - Winrate {orderIcon("winRate")} - | -setOrdering("achievementPoints")}> - Ach. {orderIcon("achievementPoints")} - | -setOrdering("rating")}> - Rating {orderIcon("rating")} - | -
|---|---|---|---|---|---|---|---|
|
- |
- {team.meta.totalMatches} | -{team.meta.totalWins} | -{team.meta.totalLosses} | -- {team.meta.totalScore}{" "} - {team.meta.totalMatches > 0 && ( - - Ø {team.meta.totalAvgScore.toFixed(2)} - - )} - | -- {team.meta.totalMatches > 0 && ( - <>{(team.meta.totalWinRate * 100).toFixed(2)}%> - )} - | -{+team.meta.achievementPoints} | -{+team.meta.rating.toFixed(2)} | -
+
+
+
+