{% extends "global/Page.html" %} {% load otree static %} {% block title %}
{% endblock %} {% block content %}
| Retailer A | Retailer B | Total | |
|---|---|---|---|
| Shortage in the Previous Period | {{ p.shortage1 }} | {{ p.shortage2 }} | {% endif %} {% endfor %} |
| order quantity | {{ player.order1 }} | {{ player.order2 }} | {{ player.total }} |
| Allocation | {% formfield player.allocation1 label = ""%} | {% formfield player.allocation2 label = ""%} | {% next_button %} |
| Round | Retailer A | Retailer B | ||||
|---|---|---|---|---|---|---|
| Order | Allocation | Shortage | Order | Allocation | Shortage | |
| {{ p.round_number }} | {{ p.order1}} | {{ p.allocation1 }} | {{ p.shortage1 }} | {{ p.order2 }} | {{ p.allocation2 }} | {{ p.shortage2 }} |