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