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

The table below summarizes the outcomes of your decisions in {{ player_in_all_rounds|length }} main rounds.

Round History
{{ for p in player_in_all_rounds }} {{ endfor }}
Round Boxes Collected Bomb Triggered Payoff
{{ p.round_number }} {{ p.boxes_collected }} {{ if p.bomb_exploded }} Yes {{ else }} No {{ endif }} {{ p.payoff_lucky }}
Out of the {{ total_rounds_lucky }} rounds played, one round is randomly selected to determine your payment.

Selected round: {{ round_to_pay_lucky }}
Your earnings from that round: {{ paying_round_lucky_payoff }}

{{ next_button }} {{ endblock }}