{% extends "global/Page.html" %}
{% load otree %}
{% 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}} points,
and a multiplier of {{Constants.multiplier}}.
{% formfields %}
{% next_button %}
{% endblock %}