{% extends "global/Page.html" %} {% load otree %} {% block title %}Decision Screen{% endblock %} {% block content %}
Here is the message sent from the other participant:

{% if player.message == '1' %} "Option A will earn you more than Option B." {% endif %} {% if player.message == '2' %} "Option B will earn you more than Option A." {% endif %}

Below, please indicate which option you choose. Recall that your payment and the payment for the other participant will be based on this choice.

Once you make your choice, we will let you know what your payment is.

{% formfields %} {% next_button %} {% endblock %}