{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
You proposed to extract {{ player.extraction }}. After vote, the total group extraction was {{ group.total_extraction }}, resulting in an individual share of {{ group.individual_share }}. Your payoff is therefore {{ player.payoff }}.
{% next_button %} {% endblock %}