{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% ifnotequal round_num 10%} Feedback - This is the round {{ round_num }} {% endifnotequal %} {% ifequal round_num 10 %} Results {% endifequal %} {% endblock %} {% block content %}
| Your contribution: | {{ player.contribution }} |
| Other participants contribution: | |
| {{ p.contribution }} | |
| Total contribution: | {{ group.total_contribution }} |
| Total earnings: | {{ total_earnings }} |
| Your earnings for round {{ round_num }}: | {{ group.individual_share }} |
| Thus in total you earned: | {{ player.payoff }} |