{{ extends 'global/Page.html' }} {{ block title }}Practice Results{{ endblock }} {{ block content }}
The demand for product 1 was 111. You ordered {{player.PR1_Order}}. Your profit for this round is ${{player.PR1_Profit}}
The demand for product 2 was 83. You ordered {{player.PR2_Order}}. Your profit for this round is ${{player.PR2_Profit}}
The demand for product 3 was 109. You ordered {{player.PR3_Order}}. Your profit for this round is ${{player.PR3_Profit}}
{{ next_button }} {{ endblock }}