{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage three——Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} Decide the investment amount in the group account

{% formfield player.contribution label="How much ECs are you willing to contribute to the group account in this round (0 to 20) " %}

If you have made the decision, please click the "Confirm" button, and you will deposit the corresponding amount of experimental currency into the group account.

The amount of ECs that are not put in the group account will automatically be added to your individual account

{% endblock %}