{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {% if player.color == 'red' %} Second Choice {% else %} First Choice {% endif %} {% endblock %} {% block content %}

2.Which of these two lotteries do you prefer?

Option A

Option B
Chances 100% Chances 20% 80%
Payoff € -3000 Payoff €0 € -4000
{{ form.Choice_2.errors }} {% include Constants.instructions_template %} {% next_button %} {% endblock %}