{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% 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.efficiency_factor }}.
{% formfield player.contribution with label="How much will you contribute?" %} {% next_button %} {% endblock %}