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

You extracted {{ player.extraction }}. Your group extracted {{ group.total_extraction }}, resulting in an individual share of {{ group.individual_share }}. Your profit is therefore {{ player.payoff }}.

{% next_button %} {% endblock %}