{% extends "global/Page.html" %} {% load otree static %} {% block app_styles %} {% endblock %} {% block title %} Outcome {% endblock %} {% block content %}

Round {{ random_round }} was randomly selected.

{% if accept_offer %}

Your stated minimum for round {{ random_round }} was {{ buyout }} which is less than or equal to the computer's offer of {{ offer }}.

Because the computer's offer of {{ offer }} is greater than your stated minimum of {{ buyout }} you will receive {{ offer }} as your payoff.

{% else %}

Your stated minimum for round {{ random_round }} was {{ buyout }} which was greater than the computer's offer of {{ offer }}. Because the computer's offer of {{ offer }} is less than your stated minimum of {{ buyout }}, you will play the game.

Envelopes Remaining
{% for u in unopened %} {{ u }}% {% endfor %}

Of the remaining unselected envelopes, the envelope with a value of {{ envelope }}% was selected.

The computer randomly selected the number {{ random_number }}.

{% if won_prize %}

Because {{ random_number }} is {% if random_number < envelope %}less than{% else %}equal to{% endif %} {{ envelope }}, you will receive a prize of {{ prize }}.

{% else %}

Because {{ random_number }} is greater than {{ envelope }}, you will not receive the prize.

{% endif %}

Your final converted payoff in dollars, including a show-up fee of {{ showup_fee }}, is {{ final_payoff }}

{% endif %} {% next_button %} {% endblock %}