{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Results{% endblock %}
{% block content %}
Your contribution was {{player.contribution}}
Your group's total contribution was {{group.total_contribution}},
resulting in an individual share of {{group.individual_share}}.
Therefore, your final payoff is {{player.payoff}}.
{% next_button %}
{% endblock %}