{% 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}}
You  {{ player.payoff_selfS1_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS1 }} {{ player.payoff_selfS1_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS1 }} 
 {{ player.payoff_selfS2_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS2 }}  {{ player.payoff_selfS2_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS2 }}

{% if chat1 == 'yes' %}

Here you can chat with the other participant.

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