My Tournaments
to create new tournament and start scoring.
{{match.Status}}
{{match.TourName}}
{{match.GroupName}}
{{match.AltName}}
{{match.MatchInnings[0].TeamName}}
{{match.MatchInnings[0].RunsScored}}/{{match.MatchInnings[0].Wickets}}  ({{match.MatchInnings[0].BallsBowled | OversFilter}})
{{match.MatchInnings[1].TeamName}}
{{match.MatchInnings[1].RunsScored}}/{{match.MatchInnings[1].Wickets}}  ({{match.MatchInnings[1].BallsBowled | OversFilter}})
{{match.TossTeamName}} decided to {{match.TossDecision}}
To Win {{match.MatchInnings[0].RunsScored - match.MatchInnings[1].RunsScored + 1}} runs in {{match.NoofOvers*6 - match.MatchInnings[1].BallsBowled}} balls
{{match.WinningTeamName}} Won the match.
My Tournaments
  • {{tour.Name}}
    {{tour.TourDate | date:'EEE dd MMM, yyyy'}}
    Overs: {{tour.NoofOvers}}
Recent Tournaments
  • {{tour.Name}}
    Overs: {{tour.NoofOvers}}
    {{tour.TourDate | date:'EEE dd MMM, yyyy'}}
    {{tour.WinTeam}} won the tournament
{{CurrentTournament.Name}}

  • {{(match.StartDate.split(" "))[0]| date:'dd MMM, yy'}}  {{(match.StartDate.split(" "))[1] | Time12hr}}
    {{GetGroupName(match.GroupId)}}
    {{match.AltName}}
    {{GetTeamName(match.MatchInnings[0].TeamId)}}
    {{match.MatchInnings[0].RunsScored}}/{{match.MatchInnings[0].Wickets}}  ({{match.MatchInnings[0].BallsBowled | OversFilter}})
    {{GetTeamName(match.MatchInnings[1].TeamId)}}
    {{match.MatchInnings[1].RunsScored}}/{{match.MatchInnings[1].Wickets}}  ({{match.MatchInnings[1].BallsBowled | OversFilter}})
    To Win {{match.MatchInnings[0].RunsScored - match.MatchInnings[1].RunsScored + 1}} runs in {{match.NoofOvers*6 - match.MatchInnings[1].BallsBowled}} balls
    {{GetTeamName(match.WinningTeam)}} won the match
    Invalid Match
  • {{(fix.StartDate.split(" "))[0]| date:'dd MMM, yy'}}  {{(fix.StartDate.split(" "))[1] | Time12hr}}
    {{GetGroupName(fix.GroupId)}}
    {{fix.AltName}}
    {{GetTeamName(fix.Team1)}}
    vs
    {{GetTeamName(fix.Team2)}}
  • {{team.Name}}
    • {{player.Name}}
  • {{grp.Name}}
    • {{GetTeamName(team_id)}}
{{GetTeamName(CurrentMatch.Team1)}}
{{GetTeamName(CurrentMatch.Team2)}}
{{(CurrentMatch.StartDate.split(" "))[0]| date:'dd MMM, yyyy'}}  {{(CurrentMatch.StartDate.split(" "))[1] | Time12hr}}
{{GetTeamName(CurrentMatch.Toss)}} won the toss and decided to {{CurrentMatch.TossDecision}}
To Win {{CurrentMatch.MatchInnings[0].RunsScored - CurrentMatch.MatchInnings[1].RunsScored + 1}} runs in {{CurrentMatch.NoofOvers*6 - CurrentMatch.MatchInnings[1].BallsBowled}} balls
{{GetTeamName(CurrentScorecard.inning_object.TeamId)}} Innings
{{CurrentScorecard.inning_object.RunsScored}} -  {{CurrentScorecard.inning_object.Wickets}}  ({{CurrentScorecard.inning_object.BallsBowled | OversFilter}})
Batsman R B 4 6  
{{GetPlayerName(CurrentScorecard.striker_id)}} {{GetMatchPlayer(CurrentScorecard.striker_id).RunsScored}} {{GetMatchPlayer(CurrentScorecard.striker_id).BallsPlayed}} {{GetMatchPlayer(CurrentScorecard.striker_id).Fours}} {{GetMatchPlayer(CurrentScorecard.striker_id).Sixes}}
{{GetPlayerName(CurrentScorecard.non_striker_id)}} {{GetMatchPlayer(CurrentScorecard.non_striker_id).RunsScored}} {{GetMatchPlayer(CurrentScorecard.non_striker_id).BallsPlayed}} {{GetMatchPlayer(CurrentScorecard.non_striker_id).Fours}} {{GetMatchPlayer(CurrentScorecard.non_striker_id).Sixes}}
Bowler O R W    
{{GetPlayerName(CurrentScorecard.bowler_id)}} {{GetMatchPlayer(CurrentScorecard.bowler_id).BallsBowled | OversFilter}} {{GetMatchPlayer(CurrentScorecard.bowler_id).RunsConceded}} {{GetMatchPlayer(CurrentScorecard.bowler_id).Wickets}}  
{{ball.Display}} **


 




Reset complete Inning data to 0
Loading...