{{ if de }} Die nachfolgende Tabelle fasst die Ergebnisse Ihrer Entscheidungen in den {{ C.NUM_ROUNDS }} gespielten Runden zusammen. {{ else }} The table below summarizes the results of your decisions in the {{ C.NUM_ROUNDS }} rounds played. {{ endif }}
{{ Lexicon.round_history }}
{{ for p in player_in_all_rounds }} {{ endfor }}
{{ Lexicon.round_number }} {{ Lexicon.boxes_collected }} {{ Lexicon.bomb_collected }} {{ Lexicon.round_payoff }}
{{ p.round_number }} {{ p.boxes_collected }} {{ if p.bomb }} {{ Lexicon.yes }} {{ else }} {{ Lexicon.no }} {{ endif }} {{ p.round_result }}
{{ if C.RANDOM_PAYOFF }} {{ if de }} Für Ihre Auszahlung wurde Runde Nr. {{ round_to_pay }} zufällig ausgewählt.
Entsprechend beträgt ihre Auszahlung aus dieser Aufgabe {{ total_payoff }}. {{ else }} For your payment, round number {{ round_to_pay }} was randomly chosen.
Thus, your final payoff in this task amounts to {{ total_payoff }}. {{ endif }} {{ else }} {{ if de }} Ihre Auszahlung wird durch die Summe aller gesammelten Beträge in allen Runden bestimmt. Dementsprechend beträgt Ihre Auszahlung aus dieser Aufgabe {{ total_payoff }}. {{ else }} Your final payoff is determined by the sum of all payoffs per round such that your final payoff in this task amounts to {{ total_payoff }}. {{ endif }} {{ endif }}