{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Information Choice {% endblock %} {% block content %}
Your position: 4 in the sequence of 4 people
A group urn for this round was randomly selected at the beginning of the round
Which piece of information do you want to see before guessing the actual group urn?

{% formfield player.information_channel_4 label = "" %}

{% include Constants.instructions_template %} {% endblock %}