{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Public Goods Game - Contribution
{% endblock %}
{% block content %}
Round {{ subsession.round_number }} of {{ Constants.num_rounds }}
Your endowment is {{ Constants.endowment }}
The Public account multiplier is {{ group.MR }}
{% formfields %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}