{% extends "global/Page.html" %} {% load otree static %} {% block title %} Negotiation {% endblock %} {% block content %} {% if player.id_in_group == 2 %}
Your signal Problem {{ private_signal }}
{% endif %} {% if player.id_in_group == 1 %}
Your chosen diagnostic accuracy {{ precision_choice }}
{% endif %}

Now, you can chat with your matched {% if player.id_in_group == 1 %}client {% else %} expert {% endif %} on the chat box below.
By typing and then pushing the "Send" button, you can send a message to your matched {% if player.id_in_group == 2 %} expert {% else %} client {% endif %}.
You can chat for NO more than {% if player.round_number == 1 %} 3 {% else %} 1.5{% endif %} minutes (there is a countdown on the top right of the screen). Once the time is over, you will automatically move to the next stage.

{% if player.round_number == 1 %}

Please say "Hi" to each other and start to chat!

{% endif %} {% chat %} {% endblock %}