{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results in round {{round}}
{% endblock %}
{% block content %}
Details |
|
|---|---|
| Demand realized | {{demand_realized_round}} |
| Your order quantity | {{player.order_qty}} |
| Quantity sold | {{qty_sold}} |
Your profit |
{{player.payoff}} |