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