{% extends "global/Page.html" %} {% load otree %} {% block title %}Contribution{% endblock %} {% block content %}
(Round {{ round_number }} of {{ Constants.num_rounds }}).
Your immediate predecessor have contributed {{ tc2 }}.
{% formfield player.contribution label="How much will you contribute to the project (0 or 100)?" %} {% next_button %} {% endblock %}