{% 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 > 24.5 %}over-exploited.{% else %}sustained. {% endif %}

How do you feel about your decision and the outcome? {% for field in form %} {% for choice in field %} {% endfor%} {% endfor%}
{{field.label}}{{choice}}
Click NEXT. {% next_button %} {% endblock %}