{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %} Period {{t}} is chosen.
Your results are:
The final trade quantity is: {{FinalQuantity}}

Your Payoff is: {% if player.id_in_group == 1 %} {{PayoffSALES}} {% else %} {{PayoffOPERATIONS}} {% endif %}

{% next_button %} {% endblock %}