{% extends "global/Page.html" %} {% load otree %} {% block title %}Contribution{% endblock %} {% block content %}

(Round {{ round_number }} of {{ Constants.num_rounds }}).

Your 2 immediate predecessor have contributed {{ tc3 }}.

{% formfield player.contribution label="How much will you contribute to the project (0 or 100)?" %} {% next_button %} {% endblock %}