{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
| Round | Player and outcome |
|---|---|
| {{ p.round_number }} | You contributed: {{ p.contribution }} and Your earning is: {{ p.payoff_public_good }} |
In this round, you are the {{ player.role }}.
{% formfield player.contribution label="How much will you contribute to the project (from 0 to 10)?" %} {% next_button %} {% endblock %}