{% extends("Championnat/championnat.html.twig") %} {% block body %}
{% for match in resultat %} {% if match.round==current_round|replace({"_":" "}) %} {% if match.event_date|date("m/d/Y")!=resultat[loop.index0-1].event_date|date("m/d/Y") %} {% endif %} {% if match.status=="Match Finished" %} {% endif %} {% endif %} {% endfor %}
{{ match.event_date|date("d/m/Y") }}
{{ match.event_date|date("H:i") }}{{ match.homeTeam.team_name }}-{{ match.awayTeam.team_name }}
{% for equipe in classement %} {% endfor %} {% endblock %}
EquipeMJGNPBPBCDBPts
{{ loop.index }}{{ equipe.teamName }}{{ equipe.all.matchsPlayed }}{{ equipe.all.win }}{{ equipe.all.draw }}{{ equipe.all.lose }}{{ equipe.all.goalsFor }}{{ equipe.all.goalsAgainst }}{{ equipe.goalsDiff }}{{ equipe.points }}