Address: {{ tournament.address }}
Director: {{ tournament.director }}
Director email: {{ tournament.director_email }}
Tournament Type: {{ tournament.tournament_type }}
| Name | Score | Actions |
|---|---|---|
| {{ school.name }} | {{ school.score }} |
Matches have not been generated
| Name | On Mat | On Deck | In The Hole | Warm Up |
|---|---|---|---|---|
| {{ mat.name }} | {{ mat.unfinishedMatches[0].bout_number }} {{ mat.unfinishedMatches[0].w1_name }} vs. {{ mat.unfinishedMatches[0].w2_name }} | {{ mat.unfinishedMatches[1].bout_number }} {{ mat.unfinishedMatches[0].w1_name }} vs. {{ mat.unfinishedMatches[0].w2_name }} | {{ mat.unfinishedMatches[2].bout_number }} {{ mat.unfinishedMatches[0].w1_name }} vs. {{ mat.unfinishedMatches[0].w2_name }} | {{ mat.unfinishedMatches[3].bout_number }} {{ mat.unfinishedMatches[0].w1_name }} vs. {{ mat.unfinishedMatches[0].w2_name }} |
| Round | Bout Number | Weight Class | Matchup |
|---|---|---|---|
| Round {{ match.round }} | {{ match.bout_number }} | {{ match.weightClass }} | {{ match.w1_name }} vs. {{ match.w2_name }} |