{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Contribute {% endblock %} {% block content %}
This is a public goods game with {{ Constants.players_per_group }} players per group, and endowment of {{ Constants.endowment }}, and an efficiency factor of {{ Constants.multiplier }}.
{% formfield player.contribution label="How many tokens will you contribute?" %} {% formfield player.player_punishment label="Choose which player to punish? (1,2,3,4)" %} {% formfield player.punishment label="How many tokens will you punish?" %} {% next_button %} {% endblock %}