{% extends "floodgame/Page.html" %} {% load staticfiles otree_tags %} {% load i18n %} {% block title %} {{page_title}} {% endblock %} {% block content %} {% include 'snippets/Progressbar.html' %} {% if bomb_BRET %}

{% else %}

{% endif %} {% if bomb_BRET %} {% blocktrans trimmed %} The bomb was among your {{ boxes_collected_BRET }} collected boxes.

Accordingly, all your earnings in this task were destroyed and your payoff for the additional task thus: €{{ payoff_BRET }}. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Your collected boxes did not contain the bomb.

Thus, you receive €{{ box_value_BRET }} for each of the {{ boxes_collected_BRET }} boxes you collected.
Your payoff for the additional task thus:€{{ payoff_BRET }}. {% endblocktrans %} {% endif %}

{% include 'snippets/InstructionsCounter.html' %} {% endblock %}