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

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

Other participants contributed:
Player 1 {{ group.position1.contribution }}
Player 2 {{ group.position2.contribution }}
{% formfield player.contribution label="How much will you contribute to the project (0 or 100)?" %} {% next_button %} {% endblock %}