{{#if matches.length}} {{#each matches}}
{{#if ../isCategoryView}} {{/if}}
{{#ifCond event_state '==' 'L'}} {{trans.live}} {{/ifCond}}
{{event_name}}, {{tour_name}} {{customDate2}}
{{participants.[0].short_name}}
{{#each participants.[0].innings}} {{~runs~}} {{~#if wickets~}} /{{~wickets~}} {{/if~}} {{~#if highlight~}} * {{/if~}} {{/each}}
{{#with participants.[0].innings.[1]}} Overs: {{overs}} RR: {{runrate}} {{else}} {{#with participants.[0].innings.[0]}} Overs: {{overs}} RR: {{runrate}} {{else}} {{#if participants.[1].innings.[0]}} {{../trans.yetToBat}} {{/if}} {{/with}} {{/with}}
vs
{{participants.[1].short_name}}
{{#each participants.[1].innings}} {{~runs~}} {{~#if wickets~}} /{{~wickets~}} {{/if~}} {{~#if highlight~}} * {{/if~}} {{/each}}
{{#with participants.[1].innings.[1]}} Overs: {{overs}} RR: {{runrate}} {{else}} {{#with participants.[1].innings.[0]}} Overs: {{overs}} RR: {{runrate}} {{else}} {{#if participants.[0].innings.[0]}} {{../trans.yetToBat}} {{/if}} {{/with}} {{/with}}
{{#ifCond event_day '>' '0'}}{{../trans.day}} {{event_day}} - {{/ifCond}}{{event_status}}
{{event_sub_status}}
{{#ifCond event_state '!=' 'U'}} {{#ifCond ../isCategoryView '==' false}}
{{/ifCond}} {{/ifCond}}
{{#if ../isCategoryView}} {{/if}}
{{/each}} {{else}}
{{trans.noLiveMatches}} {{trans.forMoreDetails}} {{trans.clickHere}}
{{/if}}