{% for match in resultat %} {% if ((loop.index0==0) or (resultat[loop.index0-1].event_date|date("m/d/Y", "Europe/Paris")!=match.event_date|date("m/d/Y", "Europe/Paris"))) %} {% endif %} {% if match.status=="Match Finished" %} {% else %} {% endif %} {% if match.status=="Match Finished" %} {% else %} {% endif %} {% endfor %}
{{ match.event_date|localizeddate('none', 'none', 'fr', null, 'EEEE d MMMM Y') }}
{{ match.event_date|date("H:i", "Europe/Paris") }} {{ match.homeTeam.team_name }} {{ match.goalsHomeTeam }}-{{ match.goalsAwayTeam }}- {{ match.awayTeam.team_name }}