{% extends "double_auction/Page.html" %} {% load staticfiles otree %} {% block title %} Online Market {% endblock %} {% block content %}

The computer randomly selected round {{ chosenRoundDisplay }} to count for your payment. You earned {{ chosen_payoff }} which equals {{ real_world_reward }}.

Round # {% if participant.vars.role == "buyer" %} Valuation {% else %} Cost {% endif %} Trading Price Payoff
${ payoff.round_number } Test ${ payoff.valuation } ${ payoff.trading_price } ${ payoff.payoff }
{% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}