{{ block title }}
You chose to collect {{ boxes_collected }} out of {{ C.NUM_BOXES }} boxes.
The bomb was hidden behind the box in row {{ bomb_row }}, column {{ bomb_col }}.
{{ if bomb == 1 }}The bomb was among your {{ boxes_collected }} collected boxes.
Thus, all your earnings in task 2 were destroyed.
{{ else }}Your collected boxes did not contain the bomb.
Thus, you receive {{ box_value }} token for each of the {{ boxes_collected }} boxes you collected such that you have earned a total of {{ result }} token(s) in task 2.
{{ endif }}