{{item.time1}} | X | {{item.time2}} | {{item.data}} - {{item.horario}} - {{item.campo}} | {{retornar_fase(i)}} |
TIMES | P | J | V | E | D | GP | GC | SG | % |
---|---|---|---|---|---|---|---|---|---|
{{item.time}} {{item.time == 'RIO NEGRO' ? '*' :'' }} | {{(item.vitorias * 3) + item.empates}} | {{item.jogos}} | {{item.vitorias}} | {{item.empates}} | {{item.derrotas}} | {{item.gols_pro}} | {{item.gols_contra}} | {{item.gols_pro - item.gols_contra}} | {{calcular_porcentagem(item)}} |
# | JOGADOR | EQUIPE | Nº DE GOLS |
{{i + 1}} | {{item.jogador}} | {{item.time}} | {{item.qtd_gols}} |
# | JOGADOR | EQUIPE | CARTÕES AMARELO | CARTÕES VERMELHO | SITUAÇÃO |
{{i + 1}} | {{item.jogador}} | {{item.time}} | {{item.qtd_cartoes_amarelo}} | {{item.qtd_cartoes_vermelho}} | {{item.qtd_cartoes_amarelo >= 3 || item.qtd_cartoes_vermelho == 1 ? 'JOGADOR SUSPENSO' : ''}} |
{{item.time1}} | X | {{item.time2}} | {{item.data}} - {{item.horario}} - {{item.campo}} | {{retornar_fase(i)}} |
TIMES | P | J | V | E | D | GP | GC | SG | % |
---|---|---|---|---|---|---|---|---|---|
{{item.time}} | {{(item.vitorias * 3) + item.empates}} | {{item.jogos}} | {{item.vitorias}} | {{item.empates}} | {{item.derrotas}} | {{item.gols_pro}} | {{item.gols_contra}} | {{item.gols_pro - item.gols_contra}} | {{calcular_porcentagem(item)}} |
# | JOGADOR | EQUIPE | Nº DE GOLS |
{{i + 1}} | {{item.jogador.toUpperCase()}} | {{item.time}} | {{item.qtd_gols}} |
# | JOGADOR | EQUIPE | CARTÕES AMARELO | CARTÕES VERMELHO | SITUAÇÃO |
{{i + 1}} | {{item.jogador.toUpperCase()}} | {{item.time}} | {{item.qtd_cartoes_amarelo}} | {{item.qtd_cartoes_vermelho + (item.qtd_cartoes_vermelho_total == undefined ? 0 : item.qtd_cartoes_vermelho_total) }} | {{retornar_situacao(item)}} |
{{item.time1}} | X | {{item.time2}} | {{item.data}} - {{item.horario}} - {{item.campo}} | {{retornar_fase(i)}} |
Times | P | J | V | E | D | GP | GC | SG | % |
---|---|---|---|---|---|---|---|---|---|
{{item.time}} | {{(item.vitorias * 3) + item.empates}} | {{item.jogos}} | {{item.vitorias}} | {{item.empates}} | {{item.derrotas}} | {{item.gols_pro}} | {{item.gols_contra}} | {{item.gols_pro - item.gols_contra}} | {{ calcular_porcentagem(item)}} |
# | JOGADOR | EQUIPE | Nº DE GOLS |
{{i + 1}} | {{item.jogador.toUpperCase()}} | {{item.time}} | {{item.qtd_gols}} |
# | JOGADOR | EQUIPE | CARTÕES AMARELO | CARTÕES VERMELHO | SITUAÇÃO |
{{i + 1}} | {{item.jogador.toUpperCase()}} | {{item.time}} | {{item.qtd_cartoes_amarelo}} | {{item.qtd_cartoes_vermelho}} | {{item.qtd_cartoes_amarelo >= 3 || item.qtd_cartoes_vermelho == 1 ? 'JOGADOR SUSPENSO' : ''}} |