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

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

Round History (Practices)
{{ 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_trial }}
[Bonus payment will not be realized for Practice Round.]

Out of the {{ total_rounds_trial }} rounds played, one round was randomly selected to determine your payment.

Selected round: {{ round_to_pay_trial }}
Your earnings from that round: {{ paying_round_trial_payoff }}

{{ next_button }} {{ endblock }}