{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Part 2 - Communication" %} {% endblock %} {% block content %}

{% if language == "fr" %} Vous pouvez discuter avec les autres membres de votre groupe. Le sujet de discussion est libre, mais il est interdit de donner des informations permettant de vous identifier ou de vous localiser dans la salle et de proférer des insultes ou menaces.
Vous disposez d'un simulateur sous la zone de chat. {% else %} You can discuss with the other members of your group for {{ communication_time }} before the game starts. You have access to a simulator below the chart area. {% endif %}

{% chat %}
Simulateur
{% trans "You extraction" %}

{% trans "The total extraction of the others" %}

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

{% include "global/TemplateModal.html" with title="Instructions" content="relations_cpr_game/InstructionsTemplate.html" id="modal_content" %} {% endblock %} {% block scripts %} {% endblock %}