{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Results" %} {% endblock %} {% block content %}
Temps écoulé :
Merci de cliquer sur suivant
Vous avez extrait {{ player.extraction }} jeton{% if player.extraction > 1 %}s{% endif %} et au total
votre groupe a extrait {{ player.group.group_extraction }} jeton{% if player.extraction > 1 %}s{% endif %}.
Votre gain pour la période est de {{ player.payoff|floatformat:2 }} ECUs.
You have extracted {{ player.extraction }} token{% if player.extraction > 1 %}s{% endif %}, and the total
amount extracted by your group is
{{ player.group.group_extraction }} token{% if player.extraction > 1 %}s{% endif %}.
Your payoff for this round is {{ player.payoff|floatformat:2 }} ECUs.
{% trans "Round" %} | {% trans "Your extraction" %} | {% trans "Total extraction" %} {% trans "of the others" %} |
{% trans "Total extraction"%} {% trans "of your group" %} |
{% trans "Your payoff" %} (ECUs) |
{% trans "Your cumulative payoff" %} (ECUs) |
---|---|---|---|---|---|
{{ p.round_number }} | {{ p.extraction }} | {{ p.extraction_others }} | {{ p.group.group_extraction }} | {{ p.payoff|floatformat:2 }} | {{ p.cumulative_payoff|floatformat:2 }} |