{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round 2 {% endblock %} {% block content %}

Remember, you are {{ownrole}}.

In this round, the common resource contains somewhere between {{Constants.min_value_lowuncertainty}} and {{Constants.max_value_lowuncertainty}}. Afterwards, the computer will randomly draw a value from this range do determine the exact resource size in this round. Any amount between {{Constants.min_value_lowuncertainty}} and {{Constants.max_value_lowuncertainty}} can be drawn by the computer.

{% formfield player.lowuncertainty_harvest with label="How many points do you take from this resource?" %}

{% next_button %}

{% endblock %}