{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage three——the summary of the ten rounds of investments {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
Round Earnings
{{ p.round_number }} {{ p.public_good_payoffs }}ECs

Therefore, your experimental earning for the ten rounds of investments is: {{ total_payoffs_public_good }} ECs

If you have finished reading, please click on the "next" button to continue, we will show your total payoffs in three stages

{% endblock %}