{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if player.round_number == 1 %} Trial Round: Your Answer {% else %} Your Answer {% endif %} {% endblock %} {% block styles %} {% endblock %} {% block content %}

First Person says: "I choose {{group.send_message}}". What message do you want to send to First Person?
This is not your final decision, you can change your option later.

{% if player.id_in_group == 1 %} {% else %} {% endif %}
Second PersonFirst Person
Choose B Choose A
You {{Constants.both_B_payoff}}, {{Constants.both_B_payoff}} {{ Constants.YouB_OpponentA_payoff }}, {{Constants.YouA_OpponentB_payoff}}
{{Constants.YouA_OpponentB_payoff}}, {{ Constants.YouB_OpponentA_payoff }} {{Constants.both_A_payoff}}, {{Constants.both_A_payoff}}
{% endblock %}