{% extends "global/Page.html" %} {% load otree %} {% load mathfilters %} {% block title %} Partie 1 : A qui voulez-vous infliger une pénalité de 5€ ?

Vous êtes le Joueur {{ player.id_in_group }}

{% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
Vous avez contribué :{{ player.contribution }}
Joueur {{p.id_in_group}}{{ p.contribution }}


{% formfields %} {% next_button %} {% endblock %}