{% 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, You have an endowment of {{ Constants.endowment }} and MPCR is set to {{ Constants.mpcr }} The round number is: {{ subsession.round_number }}
{% formfields %} {% next_button %} {% endblock %}