{% extends "global/Page.html" %} {% load otree static %} {% block title %} Period {{group.ShowRound}}: {{player.role}} {% endblock %} {% block content %}

This period ends!

The final trade quantity in this period is: {{group.finalQuantity}}
Therefore your payoff is: {% if player.id_in_group == 1 %} {{group.reward_Sales}} {% else %} {{group.reward_Operations}} {% endif %}
{% next_button %} {% endblock %}