{{ block title }} {{ Lexicon.results }} {{ endblock }} {{ block content }} {{ if de }} Sie haben sich entschieden {{ boxes_collected }} von {{ boxes_total }} Boxen zu sammeln. {{ else }} You chose to collect {{ boxes_collected }} out of {{ boxes_total }} 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 {{ player.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 {{ player.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 {{ player.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 {{ player.payoff }}.
{{ endif }}
{{ endif }}