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

In the first round, the common resource was worth exactly {{p1_value_certainty}}.

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

And {{p2_role}} harvested {{p2_certainty_harvest}}.

This means that the two of you harvested {{p1_certainty_harvest}} + {{p2_certainty_harvest}} = {{certainty_total_harvest}} in total.

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

Therefore, {{p1_role}} earned {{p1_certainty_payoff}}.

And {{p2_role}} earned {{p2_certainty_payoff}}

{% next_button %}

{% endblock %}