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

Round {{ player.round_number }} : The allocation decision you made...

  Retailer A Retailer B
Order quantity {{ player.order1}} {{ player.order2 }}
Allocated quantity {{ player.allocation1 }} {{ player.allocation2 }}
{% next_button %} {% endblock %}