{% extends "global/Page.html" %} {% load otree %} {% block title %} Round Results {% endblock %} {% block content %}
{% if player.option_choice_1 == False %} You chose not to gamble in Stage 1. {% endif %}
{% if player.option_choice_1%} You chose to gamble in Stage 1 {% endif %}
{% if player.option_choice_2%} and in Stage 2.
You gambled between ${{ player.min_g2}}0 and ${{ player.max_g2}}0
and the outcome of the lottery was:
[${{ player.min_g2}}0 , ${{ player.max_g2}}0]
{% if player.k2 < 0 %}
${{ player.k2 }}0
{% endif %}
{% if player.k2 >= 0 %}
${{ player.k2 }}0
{% endif %}
{% endif %}
{% if player.option_choice_2 == False %} but you did not gamble in Stage 2. {% endif %}