{{ extends 'global/Page.html' }} {{ block title }}Round Summary{{ endblock }} {{ block content }}

End of Game {{ round_number }}

You have completed Game {{ round_number }}. Here is a summary of your performance:

{% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %} {% for period in display_game_history %} {% endfor %}
MetricsRound{{ period.period }}
Leftover Inventory{{ period.starting_inventory }}
Order Quantity{{ period.order_quantity }}
Demand Quantity (realized){{ period.demand_quantity }}
Profit${{ period.profit }}
{% if show_reset_message %}

You will now proceed to Game 2. All parameters have been reset to their original values.

{% endif %} {{ next_button }} {{ endblock }}