{{ extends "global/Page.html" }} {{ block styles }} {{ endblock }} {{ block title }} Final Game Results {{ endblock }} {{ block content }}

The following table summarizes the results of your decisions in {{ player_in_all_rounds|length }} game rounds.

Round History
{{ for p in player_in_all_rounds }} {{ endfor }}
Round Boxes collected Bomb hit Payoff
{{ p.round_number }} {{ p.boxes_collected }} {{ if p.bomb_exploded }} Yes {{ else }} No {{ endif }} {{ p.payoff }}
Out of the 10 rounds played, one round was randomly selected to determine your payment.

Selected round: {{ round_to_pay }}
Your earnings from that round: {{ paying_round_payoff }}

{{ next_button }} {{ endblock }}