{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Information Choice {% endblock %} {% block content %}
Which piece of information do you want to see before guessing the actual group urn?
{% formfield player.information_channel_2 label = "" %}{% include Constants.instructions_template %}
{% endblock %}