{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage three——Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} Outcome of This Round

The total invest amount in the Group account is:{{ total_contribution }}ECs

Your earnings for this round is : {{ individual_investment }} + {{ group_return }} = {{ current_payoff }}ECs

If you have finished reading, please click "next" button to continue, we will start the next round of decision

{% endblock %}