{% extends "global/Base.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {% if Constants.num_rounds == 1 %}
You have chosen to open {{ boxes_collected }} box(es).
{% if bomb %} One of the boxes contained the shark. You haven't won anything. {% else %} None of the boxes contained the shark. You have earned {{ payoff|floatformat:"-1" }} credit(s). {% endif %}
{% else %}
The table below summarizes the results of your decisions in the {{ Constants.num_rounds }} rounds played.
{% endif %}
{% endblock %}