{{ stat.attributes.source_team.country.name }} v {{ stat.attributes.compare_team.country.name }}
{{ stat.attributes.source_team.name + ' v ' + stat.attributes.compare_team.name }}
Played |
{{ stat.attributes.played }} |
Wins |
{{ stat.attributes.wins }} |
Losses |
{{ stat.attributes.losses }} |
Draws |
{{ stat.attributes.draws }} |
Biggest Win |
{{ stat.attributes.biggest_win }}
|
{{ stat.attributes.biggest_win_matches.map(match => formatDate(match.date)).join(' | ') }}
|
Biggest Loss |
{{ stat.attributes.biggest_loss }}
|
{{ stat.attributes.biggest_loss_matches.map(match => formatDate(match.date)).join(' | ') }}
|
Highest Score |
{{ stat.attributes.a_highest_score }}
|
{{ stat.attributes.a_highest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
|
Highest Score Against |
{{ stat.attributes.b_highest_score }}
|
{{ stat.attributes.b_highest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
|
Lowest Score |
{{ stat.attributes.a_lowest_score }}
|
{{ stat.attributes.a_lowest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
|
Lowest Score Against |
{{ stat.attributes.b_lowest_score }}
|
{{ stat.attributes.b_lowest_score_matches.map(match => formatDate(match.date)).join(' | ') }}
|