{{ block title }} Information {{ endblock }} {{ block content }}

{{ if player.round_number <= Constants.num_rounds_phase1 }} Phase 1 {{ else }} Phase 2 {{ endif }}: Round {{ player.round_number_phase }}

The public good costs {{ Constants.pg_cost }} tokens to produce.

In this round, your value is V1 = {{ player.value }}, and your match's value is {{ if player.round_number <= Constants.num_rounds_phase1 }} V2 = {{ player.value_match }} {{ else }}
either V2 = {{ Constants.pg_valueH }} or V2 = {{ Constants.pg_valueL }}, each with 50% probability {{ endif }}.


if your group succeeds in producing the public good if your group fails in producing the public good

You: get {{ player.value }} token(s) lose 1 token

Your match: {{ if player.round_number <= Constants.num_rounds_phase1 }} get {{ player.value_match }} token(s) {{ else }}

with 50% probability, get {{ Constants.pg_valueH }} token(s)
with 50% probability, get {{ Constants.pg_valueL }} token(s)

{{ endif }}
lose 1 token



{{ next_button }}
{{ endblock }}