{{ tr('portal.mineHint') }}
{{ tr('portal.mineLoading') }}
{{ tr('portal.noLive') }}
{{ tr('portal.noStandings') }}
{{ tr('portal.pickSeasonStandings') }}
{{ tr('common.teamCount', { n: item.list.length }) }}
| {{ tr('portal.rank') }} | {{ tr('portal.team') }} | {{ tr('portal.played') }} | {{ tr('portal.won') }} | {{ tr('portal.drawn') }} | {{ tr('portal.lost') }} | {{ tr('portal.gf') }} | {{ tr('portal.ga') }} | {{ tr('portal.gd') }} | {{ tr('portal.pts') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | {{ team.team_name }} | {{ team.played }} | {{ team.won }} | {{ team.drawn }} | {{ team.lost }} | {{ team.goals_for }} | {{ team.goals_against }} | {{ team.goal_difference > 0 ? '+' : '' }}{{ team.goal_difference }} | {{ team.points }} |
{{ tr('portal.playoffSub') }}
{{ tr('portal.knockoutSub') }}
{{ tr('portal.noBracket') }}
{{ tr('portal.pickSeasonBracket') }}
{{ tr('portal.noScorers') }}
{{ tr('common.playerCount', { n: block.list.length }) }}
{{ tr('portal.noSchedule') }}