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

Results Summary

Your Contribution + Your Group's Contribution = Total Contribution
{{ player.contribution }} {{ player.get_team_contribution }} {{ group.total_contribution }}
Total Contribution post multiplier ({{ group.get_multiplier_value }}x) / Number of players in group = Individual Share
{{ group.get_total_contribution_with_multiplier }} {{ player.get_team_size }} {{ group.individual_share }}
Endowment - Your Contribution + Individual Share = New Total
{{ player.endowment }} {{ player.contribution }} {{ group.individual_share }} {{ player.payout }}
{% next_button %} {% endblock %}