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

In the second round, you were told that the common resource was worth somewhere between {{min_value_highuncertainty}} and {{max_value_highuncertainty}}. The computer has randomly determined that in this round the common resource contained {{p1_value_highuncertainty}}.

In this round, {{p1_role}} harvested {{p1_highuncertainty_harvest}}.

And {{p2_role}} harvested {{p2_highuncertainty_harvest}}.

This means that the two of you harvested {{p1_highuncertainty_harvest}} + {{p2_highuncertainty_harvest}} = {{highuncertainty_total_harvest}} in total.

As a result, your total harvest {{highuncertainty_outcome}} the size of the common resource.

Therefore, {{p1_role}} earned {{p1_highuncertainty_payoff}}.

And {{p1_role}} earned {{p2_highuncertainty_payoff}}

{% next_button %}

{% endblock %}