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