{% extends "global/Page.html" %} {% load otree %} {% load mathfilters %} {% block title %} Partie 1 : Tour d'entraînement - 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 }}
Contribution moyenne :{{ group.total_contribution|div:5 }}
Contribution total :{{ group.total_contribution }}


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