{% 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 {{Constants.value_certainty}}.

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

{% next_button %}

{% endblock %}