{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Information Choice {% endblock %} {% block content %}
{% formfield player.information_channel_2 label = "" %}
{% include Constants.instructions_template %} {% endblock %}