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