{% extends 'base.html.twig' %} {% block title %}Who's | Jeux{% endblock %} {% block body %}
{% set current_index = 0 %}
{% for choice in choices %}

{{ choice.name }}

{{ choice.note }}

{% set current_index = current_index + 1 %} {% endfor %}

Réponses reçues des joueurs

{% endblock %}