{% extends "global/Page.html" %} {% load otree static %} {% block title %} Make your contribution to the common project {% endblock %} {% block content %}
You are now in the round {{ player.round_number }} out of {{ Constants.num_rounds }}
{% formfield player.contribution label=mylabel %} {% next_button %} {% include 'pgg/includes/Instructions.html' %} {% endblock %}