{{ 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 }}
The bomb was hidden behind the box in row {{ bomb_row }}, column {{ bomb_col }}.
{{ if bomb }}
The bomb was among your {{ boxes_collected }} collected boxes.
Accordingly, all your earnings in this task were destroyed and your payoff amounts to {{ payoff }}.
{{ 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 }}