Fixtures
Match {{ match.fixture.match_no }}
{{ match.fixture.stage.name }}
{{ match.match.bat_first.name }}
{{ match.fixture.team1.name }}
TBD
{{ match.match.bat_first.first_innings.runs }} / {{ match.match.bat_first.first_innings.wickets_fall }}
({{ parseInt(match.match.bat_first.first_innings.balls / 6) }}.{{ match.match.bat_first.first_innings.balls % 6 }})
{{ match.fixture.overs }}
Overs
Overs
{{ match.match.bowl_first.name }}
{{ match.fixture.team2.name }}
TBD
{{ match.match.bowl_first.second_innings.runs }} / {{ match.match.bowl_first.second_innings.wickets_fall }}
({{ parseInt(match.match.bowl_first.second_innings.balls / 6) }}.{{ match.match.bowl_first.second_innings.balls % 6 }})