{% extends 'base.html.twig' %} {% block title %}Feuille de match - Arras 6{% endblock %} {% block body %}
Badminton Club Arras
Équipe Visiteuse
| Format | Joueur(s) BCA | Adversaire(s) | Score par set | Bilan |
|---|---|---|---|---|
| {% if match.typeMatch|lower == 'simple' %} {% elseif match.typeMatch|lower == 'double' %} {% else %} {% endif %} {{ match.typeMatch|capitalize }} | {# 2. Joueurs Arras #}
{{ match.joueur.prenom }} {{ match.joueur.nom|upper }}
{% if match.binome %}
& {{ match.binome }}
{% endif %}
|
{# 3. Adversaires #}
{{ match.nomAdversaire|default('À définir') }}
|
{# 4. Score #}
{{ match.score|replace({' ': ' '}) }} | {# 5. Bilan #}{% if match.resultat|lower == 'victoire' %} Victoire {% else %} Défaite {% endif %} |
|
Les détails de cette rencontre ne sont pas encore renseignés. |
||||