{{#if data.ipl.against_team.length}}
{{trans.ipl}}
{{trans.matchesplayed}}
{{data.ipl.overall_stats.matches_played}}
{{trans.matcheswon}}
{{data.ipl.overall_stats.won}}
{{trans.matcheslost}}
{{data.ipl.overall_stats.lost}}
{{trans.matchestied}}
{{data.ipl.overall_stats.tied}}
{{trans.noresult}}
{{data.ipl.overall_stats.noresult}}
{{trans.topbatsman}}
{{data.ipl.team_player_milestone.top_batting_performance.name}} {{data.ipl.team_player_milestone.top_batting_performance.runs}}{{trans.runs}}
{{trans.topbowler}}
{{data.ipl.team_player_milestone.top_bowling_performance.name}} {{data.ipl.team_player_milestone.top_bowling_performance.wickets}}{{trans.wickets}}
{{else}} {{#if data.test.against_team.length}}
{{trans.test}}
{{trans.matchesplayed}}
{{data.test.overall_stats.matches_played}}
{{trans.matcheswon}}
{{data.test.overall_stats.won}}
{{trans.matcheslost}}
{{data.test.overall_stats.lost}}
{{trans.matchestied}}
{{data.test.overall_stats.tied}}
{{trans.noresult}}
{{data.test.overall_stats.noresult}}
{{trans.topbatsman}}
{{data.test.team_player_milestone.top_batting_performance.name}} {{data.test.team_player_milestone.top_batting_performance.runs}}{{trans.runs}}
{{trans.topbowler}}
{{data.test.team_player_milestone.top_bowling_performance.name}} {{data.test.team_player_milestone.top_bowling_performance.wickets}}{{trans.wickets}}
{{/if}} {{#if data.odi.against_team.length}}
{{trans.odi}}
{{trans.matchesplayed}}
{{data.odi.overall_stats.matches_played}}
{{trans.matcheswon}}
{{data.odi.overall_stats.won}}
{{trans.matcheslost}}
{{data.odi.overall_stats.lost}}
{{trans.matchestied}}
{{data.odi.overall_stats.tied}}
{{trans.noresult}}
{{data.odi.overall_stats.noresult}}
{{trans.topbatsman}}
{{data.odi.team_player_milestone.top_batting_performance.name}} {{data.odi.team_player_milestone.top_batting_performance.runs}}{{trans.runs}}
{{trans.topbowler}}
{{data.odi.team_player_milestone.top_bowling_performance.name}} {{data.odi.team_player_milestone.top_bowling_performance.wickets}}{{trans.wickets}}
{{/if}} {{#if data.t20.against_team.length}}
{{trans.t20}}
{{trans.matchesplayed}}
{{data.t20.overall_stats.matches_played}}
{{trans.matcheswon}}
{{data.t20.overall_stats.won}}
{{trans.matcheslost}}
{{data.t20.overall_stats.lost}}
{{trans.matchestied}}
{{data.t20.overall_stats.tied}}
{{trans.noresult}}
{{data.t20.overall_stats.noresult}}
{{trans.topbatsman}}
{{data.t20.team_player_milestone.top_batting_performance.name}} {{data.t20.team_player_milestone.top_batting_performance.runs}}{{trans.runs}}
{{trans.topbowler}}
{{data.t20.team_player_milestone.top_bowling_performance.name}} {{data.t20.team_player_milestone.top_bowling_performance.wickets}}{{trans.wickets}}
{{/if}} {{/if}}