{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results
{% endblock %}
{% block content %}
| Your endowment: |
{{ player.endowment }} |
| Your contribution to the common project: |
{{ player.contribution }} |
| Total contribution of you and other group members: |
{{ group.total_contribution }} |
| Your share of the common project profit: |
{{ group.individual_share }} |
| Your payoff: |
{{ player.payoff }} |
| Your aggregated payoff so far: |
{{ participant.payoff }} |
{% next_button %}
{% if player.round_number > 1 %}