{% extends "global/Page.html" %} {% load otree %} {% block title %} Option choice {{ current_round }} {% endblock %} {% block content %}

In choice round {{ current_round }}:

Participant 2 gets {{ player.OptionB_low | to0 }} {{ Constants.currency }} in Option B

Participant 1 always gets {{ player.OptionB_high| to0 }} {{ Constants.currency }} in Option B.
Participant 1 and Participant 2 always get {{ player.OptionA_low | to0 }} {{ Constants.currency }} in Option A

Please choose between Option A or Option B.



Option A
Option B
Participant 1 gets {{ player.OptionA_high| to0 }} {{ Constants.currency }}

Participant 2 gets {{ player.OptionA_low| to0 }} {{ Constants.currency }}
Participant 1 gets {{ player.OptionB_high| to0 }} {{ Constants.currency }}

Participant 2 gets {{ player.OptionB_low| to0 }} {{ Constants.currency }}

{% endblock %}