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

This is a public goods game with {% if subsession.round_number == 1 %} {{ Constants.players_per_group }} {% else %} {{ player.get_team_size }} {% endif %} players in your group. You have an endowment of {{ player.endowment }} and your group's money pot will be multiplied by {{ group.get_multiplier_value }} at the end of the round.

{% formfields %}

You can talk to other members in your group below: {% chat %} {% next_button %} {% endblock %}