|
|
|
|
|---|---|---|
|
{{ league.league_name }} {{ league.league_season }}
{{ league.country_name }}
|
||
|
{{ display_time(match) }}
{{ match.event_final_result }}
|
|
|
|
{{ match?.league_name }} {{ match?.league_season }}
{{ match?.country_name }}
|
||
|
{{ match?.event_home_team }}
|
{{ match?.event_final_result }}{{ display_time(match) }}
|
{{ match?.event_away_team }}
|
| SUMMARY | |||
|---|---|---|---|
| HT | {{ match?.event_halftime_result }} | ||
| {{ hilight.time }}' |
{{ hilight.home_fault }}
|
|
|
| {{ hilight.time }}' |
{{ hilight.home_scorer }}
{{ hilight.home_assist }}
|
{{ hilight.score }}
|
{{ hilight.away_scorer }}
{{ hilight.away_assist }}
|
| HT FT {{ hilight.info_time }} | {{ match?.event_halftime_result || match?.event_final_result }} {{ match?.event_ft_result || match?.event_final_result }} {{ match?.event_penalty_result || match?.event_final_result }} | ||
| FT | {{ match?.event_ft_result || match?.event_final_result }} | ||
| Final Result | {{ match?.event_final_result }} | ||
| LINE-UPS | |||
|---|---|---|---|
| Start Lineup | |||
|
{{ player.player_number }} {{ player.player }}
|
{{ player.player_number }} {{ player.player }}
|
||
| Substitutions | |||
| {{ substitute.time }}' |
{{ substitute.home_scorer.out }}
{{ substitute.home_scorer.in }}
|
|
|
| Substitute Players | |||
|
{{ player.player_number }} {{ player.player }}
|
{{ player.player_number }} {{ player.player }}
|
||
| Coaches | |||
|
{{ coache.coache }}
|
{{ coache.coache }}
|
||
| STATISTICS | |||
|---|---|---|---|
| {{ stat.home }} | {{ stat.type }} | {{ stat.away }} | |
|
|
|
||
| H2H | ||
|---|---|---|
| {{ h2h.league_name }} {{ h2h.country_name }} | ||
|
{{ h2h.event_date }}
{{ h2h.event_status }}
|
|
{{ h2h.event_final_result.split(`-`)[0] }}
{{ h2h.event_final_result.split(`-`)[1] }}
|