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

This is a public goods game with {{ Constants.players_per_group }} players per group, an endowment of {{ Constants.endowment }}, and an efficiency factor of {{ Constants.multiplier }}.

Here before you make a decision, you can chat with the other participants in your group.

{% chat %}


{% formfield player.contribution label="How much will you contribute?" %} {% next_button %}






In case you want to recheck the information, the instructions of this game is shown below:

{% include Constants.instructions_template %} {% endblock %}