{% extends "global/Page.html" %} {% load otree %} {% block title %}
Your Choice Round {{ subsession.round_number }} of {{ session.config.num_repetitions }} 
{% endblock %} {% block styles %} {% endblock %} {% block content %}
   The Other Participant
 {{player.other_player.strategy_1}}  {{player.other_player.strategy_2}}  {{player.other_player.strategy_3}}
You  {{ player.payoff_selfS1_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS1 }} {{ player.payoff_selfS1_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS1 }}  {{ player.payoff_selfS1_otherS3 }}, {{ player.other_player.payoff_selfS3_otherS1 }}
 {{ player.payoff_selfS2_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS2 }}  {{ player.payoff_selfS2_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS2 }}  {{ player.payoff_selfS2_otherS3 }}, {{ player.other_player.payoff_selfS3_otherS2 }}

Here you can chat with the other participant.

{% chat %} {% include Constants.instructions_template %} {% endblock %}