{{ block title }} Proposed fee : {{group.proposed_fee}} {{ endblock }} {{ block content }}

You are an {{ player.role }}.
Round number {{ player.round_number}}.
{{ if session.config.treatment != 1 }} Your assigned advisor is Advisor {{ group.assigned_advisor }} {{endif}}

Do you want to accept the fee?



If you decide to reject the fee, you and your advisor will both receive 110 CZK as a payoff for this round.



History:

{{if player.role == C.CLIENT_ROLE}}
{{ for p in player.in_previous_rounds() }} {{ if p.group.fee_accepted }}

Round {{ p.round_number }} : {{ p.group.sent_offer }} quality proposal {{ if session.config.treatment != 1 }} from Advisor {{ p.group.assigned_advisor }} was {{endif}} {{ if p.group.offer_accepted }} accepted {{else}} rejected {{endif}}. Payoff {{p.payoff}}

{{else}}

Round {{ p.round_number }} : Advisor's {{ p.group.assigned_advisor }} proposed fee of {{p.group.proposed_fee}} was rejected. Payoff {{p.payoff}}

{{ endif }} {{ endfor }}
{{endif}} {{ endblock }}