{% extends 'global/Page.html' %} {% block title %}{% endblock %} {% block content %} {% include 'global/includes/boxes.html' %}

{% if display_round_number %} Round {{ subsession.round_number }}/{{ Constants.num_rounds }} {% endif %}

The result of the {{ Constants.dice.1 }}-sided die roll is {% if group.treatment == 'autoset' %} automatically reported. {% else %} reported by {{ Constants.roles.0 }}. {% endif %}

{{ next_button }} {% endblock %}