{% extends "global/Page.html" %} {% load otree static %} {% block title %} Conversation {% endblock %} {% block content %} {% if player.id_in_group == 2 %}
Your signal {{ private_signal }}
Expert's diagnostic result {{ diagnostic_result }}
Expert's recommended solution {{ recommended_solution }}
{% endif %} {% if player.id_in_group == 1 %}
Your chosen diagnostic accuracy {{ precision_choice }}
Your diagnostic result {{ diagnostic_result }}
Your recommended solution for the client {{ recommended_solution }}
{% endif %}

Now, you can chat with your matched expert 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.

{% chat %} {% endblock %}