{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
        You now finished with this part.
        You total extracted {{total_payoff}}.

        Click NEXT to proceed to the next part of the experiment.
    
{% next_button %} {% endblock %}