{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

You extracted {{total_payoff}} in total.

Your group extracted {{total_group_payoff2}} in total. The pool is {% if total_group_payoff2 > 50 %}over-exploited.{% else %}sustained. {% endif %}


You are now given an opportunity to top up the pool by returning your points to the pool.

Each point that you return to the pool will be doubled (1 returned points = 2 points in the pool). For example, if your group returns 5 points in total, then the pool will increase 10 points. You will personally lose the points that you return, but the returned points may benefit subsequent groups. After every group member decides how many points that they want to return, the final number of points in the pool will be re-calculated. The final number of points will then determine how many points that the next group will receive.

How many points you want to return to the pool (max = {{total_payoff}})? {% formfield player.restoration label="I return:" %}

Click NEXT. {% next_button %} {% endblock %}