{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results from period {{ subsession.round_number }}. {% endblock %} {% block content %}
Your endowment: {{ player.endowment }}.
Your contribution to the common was: {{ player.contribution }}.
The total contribution: {{ group.total_contribution }}.
The average contribution was {{ group.average_contribution }}.
Your payoff is {{ player.payoff }}.
Your aggregated payoff so far: {{ participant.payoff }}.
{% next_button %}
{% endblock %}