{{ extends 'global/Page.html' }} {{ block title }}Results Page{{ endblock }} {{ block content }}
The demand for product 1 was {{C.PROD1_DEMAND}}. You ordered {{player.Prod1_Order}}. Your profit for this round is ${{player.Prod1_Profit}}
The demand for product 2 was {{C.PROD2_DEMAND}}. You ordered {{player.Prod2_Order}}. Your profit for this round is ${{player.Prod2_Profit}}
The demand for product 3 was {{C.PROD3_DEMAND}}. You ordered {{player.Prod3_Order}}. Your profit for this round is ${{player.Prod3_Profit}}
The demand for product 4 was {{C.PROD4_DEMAND}}. You ordered {{player.Prod4_Order}}. Your profit for this round is ${{player.Prod4_Profit}}
The demand for product 5 was {{C.PROD5_DEMAND}}. You ordered {{player.Prod5_Order}}. Your profit for this round is ${{player.Prod5_Profit}}
The demand for product 6 was {{C.PROD6_DEMAND}}. You ordered {{player.Prod6_Order}}. Your profit for this round is ${{player.Prod6_Profit}}
The demand for product 7 was {{C.PROD7_DEMAND}}. You ordered {{player.Prod7_Order}}. Your profit for this round is ${{player.Prod7_Profit}}
The demand for product 8 was {{C.PROD8_DEMAND}}. You ordered {{player.Prod8_Order}}. Your profit for this round is ${{player.Prod8_Profit}}
The demand for product 9 was {{C.PROD9_DEMAND}}. You ordered {{player.Prod9_Order}}. Your profit for this round is ${{player.Prod9_Profit}}
The demand for product 10 was {{C.PROD10_DEMAND}}. You ordered {{player.Prod10_Order}}. Your profit for this round is ${{player.Prod10_Profit}}
The demand for product 11 was {{C.PROD11_DEMAND}}. You ordered {{player.Prod11_Order}}. Your profit for this round is ${{player.Prod11_Profit}}
The demand for product 12 was {{C.PROD12_DEMAND}}. You ordered {{player.Prod12_Order}}. Your profit for this round is ${{player.Prod12_Profit}}
{{ next_button }} {{ endblock }}