{{ block styles }} {{ endblock }} {{ block title }} {{ Lexicon.part }} {{ if subsession.current_part == 0 }} {{ Lexicon.test }} {{ else }} {{ subsession.current_part }} {{ endif }} - {{ Lexicon.periode }} {{ subsession.current_round }} - {{ Lexicon.decision }} {{ endblock }} {{ block content }} {# -- CHRONO ET BOUTONS INSTRUCTIONS -------------------------------------------------------------------------------- #}

{{ Lexicon.temps_ecoule }} :

{# -- EXPLICATIONS-INFORMATIONS ------------------------------------------------------------------------------------- #}
{{ if language == "tn" }} {{ include_sibling "" }} {{ else }} {{ include_sibling "DecisionExplicationFR.html" }} {{ endif }}
{# -- TABLEAU HISTORIQUE / DECISION / SIMULATION -------------------------------------------------------------------- #}
{# -- les periodes précédentes -- #} {{ for p in histo_previous }} {{ endfor }} {# -- la période courante (decision) ---------------------------------------------------------------- #} {# -- les simulation si simulateur ------------------------------------------------------------------ #} {{ for i in rounds_simulateur }} {{ endfor }}
Period Cost 1st token Your extraction Your benefit Total extraction of the others Cost of the last token Total cost of tokens Average cost of tokens Period gain
{{ p.subsession.current_round }} {{ p.group.cout_first_jeton }} {{ p.extraction }} {{ p.benefice|to0 }} {{ p.extraction_autres }} {{ p.group.cout_last_jeton }} {{ p.group.cout_total_jeton }} {{ p.group.cout_moyen_jeton|to2 }} {{ p.payoff_ecu|to2 }}
{{ subsession.current_round }} {{ player.group.cout_first_jeton }} {{ formfield_errors "extraction" }} {{ formfield_errors "extraction_autres_estimation" }}
{{ i }}
{# -- COMMUNICATION ------------------------------------------------------------------------------------------------- #} {{ if subsession.treatment == C.COMMUNICATION and subsession.current_part == 2 and subsession.current_round in C.COMMUNICATION_ROUNDS }}
{{ Lexicon.chat_title }}

{{ Lexicon.chat_explication }}

{{ chat }}
{{ endif }} {{ include_sibling "InstructionsModal.html" }} {{ endblock }} {{ block scripts }} {{ endblock }}