{% extends "global/Page.html" %} {% load otree %} {% block title %} Choose what information to collect for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %} {% formfield group.collected_expensive_info %}

The information you will observe will appear here after you make your choice.

Your cost will appear here after you make your choice.

{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}