{% extends "global/Page.html" %} {% load otree static %} {{ block title }}

{{if subsession.round_number == 1 }} Practice Period {{ else }} Period {{ round_shown }} of {{ total_shown }} {{ endif }}

{{ endblock }} {{ block content }}

The reward is worth {{player.value}} to you in this period.

{{ if player.value == 180 }} The reward to the other group members is worth 60.0 and 50.0 respectively. {{ else }} {{ if player.value == 60 }} The reward to the other group members is worth 180.0 and 50.0 respectively. {{ else }} The reward to the other group members is worth 180.0 and 60.0 respectively. {{ endif }} {{ endif }}

{{ formfields }}
0
{{ endowment|to0 }}
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}