{% extends "global/Page.html" %} {% load otree %} {% block title %} Contribute {% endblock %} {% block content %} {% if player.id_in_group == 1 %}

You are Player 1. After contributing, your partner will be trowing the dice

{% else %}

You are Player 2. After contributing, you will be throwing the dice {% endif %} {% formfield player.contribution label="How much will you contribute to the project (from 0 to 10)?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}