{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Decision" %} {% endblock %} {% block content %}
Temps écoulé :
Merci de prendre votre décision
{% if language == "fr" %} Vous pouvez extraire entre 0 et {{ Constants.max_extraction }} jetons. {% else %} You can extract from 0 to {{ Constants.max_extraction }} tokens from the common resource. {% endif %}
{% if language == "fr" %} Si vous extrayez -- jetons et que les autres membres de votre groupe extraient au total -- jetons alors l'extraction totale du groupe sera de -- jetons, et votre gain sera égal à -- ECUs. {% else %} If you extract -- tokens and the other members of your group extract a total of -- tokens, the total extraction of your group will be -- tokens and your payoff will be equal to -- ECUs. {% endif %}
{% trans "Round" %} | {% trans "Your extraction" %} | {% trans "Total extraction of the others" %} |
{% trans "Total extraction 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 }} |