{% extends "global/Base.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

Round {{ player.round_number }}

{#

Choose the boxes you want to collect. You can earn {{ Constants.box_value }} points for each box collected as long as you do not collect the bomb.

#}
{% trans "No. of boxes collected:" %}
{% trans "No. of boxes remaining:" %}
{# #} {# #} {# {% trans "Stop" %}#} {# #} {# #}
{% next_button %}
{{ form.bomb.errors }}
{% endblock %}