{{ block title }} Results {{ endblock }} {{ block content }}

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

Your group {{ if group.conflict }} did not succeed {{ else}} succeeded {{ endif }}  in producing this public good.

{{ if group.agreement and group.total_propose > 2}} {{ if player.proposal_accepted }}Your proposal has been implemented. {{ else }} Your match's proposal has been implemented.{{ endif }} {{ else }} - {{ endif }}

Your contribution: {{ if player.contribution == -99 }} --- {{ else }} {{ player.contribution }} {{ endif }}
Your payoff: {{ player.profit }}
Your match's contribution: {{ if player.contribution_match == -99 }} --- {{ else }} {{ player.contribution_match }} {{ endif }}
Your match's payoff: {{ if player.round_number <= Constants.num_rounds_phase1 or player.profit_match == -1 }}{{ player.profit_match }}{{ else }} unknown {{ endif }}


{{ if player.round_number > Constants.num_rounds_phase1 }}

Please make a guess on your match's value (V2) by clicking the statement below:

{{ endif }}
{{ if player.round_number <= Constants.num_rounds_phase1 or player.value_match_guess != -1 }} {{ next_button }} {{ endif }}
{{ include Constants.HistoryBox }} {{ include Constants.Information_template }} {{ endblock }}