{% extends "global/Page.html" %} {% load otree %} {% load mathfilters %} {% block title %} Partie 1 : Tour d'entraînement - Résultats

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 }}

Total des revenus du projet :{{ total_earnings }}
Vos revenus provenant du projet :{{ group.individual_share }}

Au total, vous avez donc :{{ player.payoff }}

{% next_button %} {% include Constants.instructions_template %} {% endblock %}