{% extends("Championnat/championnat.html.twig") %} {% block championnat %}



{% set trans_day_hash = { "Monday": "Lundi", "Tuesday": "Mardi", "Wednesday": "Mercredi", "Thursday": "Jeudi", "Friday": "Vendredi", "Saturday": "Samedi", "Sunday": "Dimanche" } %} {% set trans_month_hash = { "January": "Janvier", "February": "Févrié", "March": "Mars", "April": "Avril", "May": "Mai", "June": "Juin", "July": "Juillet", "August": "Aout", "September": "Septembre", "October": "Octobre", "November": "Novenbre", "December": "Décembre" } %}
{% for match in resultat %} {% if (loop.index0!=0) %} {% if ((match.league.round!=resultat[loop.index0-1].league.round) and (match.league.round==current_round)) %} {% elseif (match.league.round!=resultat[loop.index0-1].league.round) %}
{% endif %} {% else %} {% if (match.league.round==current_round) %} {% else %}
{% endif %} {% endif %} {% if ((loop.index0==0) or (match.fixture.date|date("m/d/Y")!=resultat[loop.index0-1].fixture.date|date("m/d/Y"))) %} {% endif %} {% if match.fixture.status.long=="Match Finished" %} {% else %} {% endif %} {% endfor %}
{% for equipe in classement %} {% for equipe2 in equipe %} {% endfor %} {% endfor %} {% endblock %}
EquipeMJGNPBPBCDBPts
{{ loop.index }}{{ equipe2.team.name }}{{ equipe2.all.played }}{{ equipe2.all.win }}{{ equipe2.all.draw }}{{ equipe2.all.lose }}{{ equipe2.all.goals.for }}{{ equipe2.all.goals.against }}{{ equipe2.goalsDiff }}{{ equipe2.points }}