{{ if de }}
Sie haben sich entschieden {{ boxes_collected }} von {{ C.NUM_BOXES }} Boxen zu
sammeln.
{{ else }}
You chose to collect {{ boxes_collected }} out of {{ C.NUM_BOXES }} boxes.
{{ endif }}
{{ if de }}
Die Bombe war hinter der Box in Reihe {{ bomb_row }}, Spalte {{ bomb_col }} versteckt.
{{ else }}
The bomb was hidden behind the box in row {{ bomb_row }}, column {{ bomb_col }}.
{{ endif }}
{{ if bomb }}
{{ if de }}
Die Bombe befand sich unter den von Ihnen gesammelten {{ boxes_collected }}
Boxen.
Entsprechend wurden alle Ihre gesammelten Erträge zerstört und
Ihre Auszahlung in dieser Aufgabe beträgt {{ payoff }}.
{{ else }}
The bomb was among your {{ boxes_collected }} collected boxes.
Accordingly, all your earnings in this task were destroyed and your payoff amounts to {{ payoff }}.
{{ endif }}
{{ else }}
{{ if de }}
Die Bombe war nicht unter den von Ihnen eingesammelten Boxen.
Dementsprechend erhalten Sie {{ box_value }} für jede der {{ boxes_collected }}
Boxen, sodass sich Ihre Auszahlung in dieser Aufgabe auf {{ payoff }}
beläuft.
{{ else }}
Your collected boxes did not contain the bomb.
Thus, you receive {{ box_value }} for each of the {{ boxes_collected }} boxes
you collected such that your payoff from this task amounts to {{ payoff }}.
{{ endif }}
{{ endif }}