{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}

Here are your and other players choices:

{% for option, amount in everyone.0.items %} {% endfor %} {% for option, amount in everyone.1.items %} {% endfor %}
Choices Option A Option B
Choice 1
Option A:
- 100% chance to receive €2.40
Option B:
- 25% chance to receive €10.00
- 75% chance to receive €0.00
{{ amount }}
Choice 2
Option C:
- 100% chance to lose €7.50
Option D:
- 75% chance to lose €10.00
- 25% chance to lose €0.00
{{ amount }}
{% next_button %} {% endblock %}