{% extends "Equipe/equipe.html.twig" %} {% block title %}{{ parent() }} - Calendrier/résultats {{ app.request.attributes.get("equipe_nom") }}{% endblock %} {% block equipe %}
| Date | Matches | {% for match in fixtures %} {% if match.status=="Match Finished" %}|||||||
|---|---|---|---|---|---|---|---|---|
| {{ match.event_date|date("d.m.y H:i", "Europe/Paris") }} | {{ match.homeTeam.team_name }} |
{% if match.status=="Match Finished" %}
{{ match.goalsHomeTeam }} | - | {{ match.goalsAwayTeam }} | {% else %}- | {% endif %}|||