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

Summary of Your Decision in Period {{ player.round_number }}

{% endblock %} {% block content %}
  Retailer A Retailer B
Order quantity {{ player.order1}} {{ player.order2 }}
Allocated quantity {{ player.allocation1 }} {{ player.allocation2 }}
 You allocated {{player.allocation1 }} products to retailer A and {{ player.allocation2 }} to retailer B.
You have earned {{ player.payoff }} in this period. Your profit to date is {{payoff_up }}.

  {% next_button %}

{% endblock %}