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

Result

You {% if player.is_winner %} Won {% else %} Lost {% endif %}            Your Bid - {{ player.bid }}            Your Payoff = {{ player.payoff }}

Since 50 points = $1, this equates to {{ CurrencyPay2 }}

Please press 'Next' to continue to the survey.

{% next_button %} {% endblock %}