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

 

 

 

 

 

 

 

 

{% endblock %} {% block content %}

Allocation Decision

Capacity K=100
{% for p in player_in_previous_rounds %} {% if p.round_number == x1 %} {% endif %} {% endfor %}
Retailer A Retailer B Total
Shortage in the Previous Period {{ p.shortage1 }} {{ p.shortage2 }}  
order quantity {{ player.order1 }} {{ player.order2 }} {{ player.total }}
Allocation {% formfield player.allocation1 label = ""%} {% formfield player.allocation2 label = ""%} {% next_button %}

Round history

 
{% for p in player_in_previous_rounds %} {% endfor %}
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 }}
{% endblock %}