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

{{ Lexicon.temps_ecoule }} :

{# -- TEXT RESULT --------------------------------------------------------------------------------------------------- #}
{{ txt_result }}
{# -- HISTORIQUE ---------------------------------------------------------------------------------------------------- #}
{{ for p in histo_all }} {{ 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 Cumulated 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 }} {{ p.payoff_ecu_cumul|to2 }}
{{ include_sibling "InstructionsModal.html" }} {{ endblock }} {{ block scripts }} {{ endblock }}