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