{{ extends 'global/Page.html' }} {{ block title }}Round {{ subsession.round_number }} out of {{ C.NUM_ROUNDS }}{{ endblock }} {{ block content }}
Now you get to make a choice in a group of {{ C.PLAYERS_PER_GROUP }}.
The competition factor is: {{ group.c_inten_group }}
{{ if group.treatment_id == "INEQ_C2" }}
Revenue factors are not equal.
Caution: Please do not press ENTER on your keyboard when inserting your decision as this will send you automatically to the next round!
With the following button, you can use a demo profit calculator to see the impact of certain sharing decisions on each rival's profit. Feel free to note down any observations you have. {{ if subsession.round_number == 1 }} From the next round onwards, you can also load in previous rounds' result in the calculator. {{ else }} You can now access the results of the previous round once again in the calculator. {{ endif }}
DECISION
{{ formfields }} {{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}