{{ block title }} Bargaining results {{ endblock }} {{ block content }} {{ if player.replaced_by_bot == 0 }}
Outside option for objects A {{ player.outside_option_A }} Multiplier for objects B {{ player.objects_B_multiplier }} Round {{ player.round_number }} / {{ C.NUM_ROUNDS }}
Outside option type {{ subsession.outside_type }} {{ if subsession.outside_type == "Strong" }} If type-A objects >= outside option: Earnings = Number of objects
If type-A objects < outside option: Earnings = 0 ECU {{ endif }} {{ if subsession.outside_type == "Weak" }} Earnings = Number of objects {{ endif }}

{{ if player.timed_out == 1 }}

You were not able to submit an answer in time.

{{ else }} {{ if match_timed_out == 1 }}

Your opponent was not able to submit an answer in time. You will earn ECU equal to your outside option plus 50 objects B.

{{ player.outside_option_A }} ECU + 50 ECU x {{ player.objects_B_multiplier }} = {{ player.ecu_earned_this_round }} ECU

{{ else }} {{ if player.suggestion_1_objects_A == -1 }}

The suggestion was to apply a bargaining breakdown.

{{ else }}

The suggestion was: {{ player.suggestion_1_objects_A }} objects A and {{ player.suggestion_1_objects_B }} objects B.

{{ if player.accepted_suggestion_1 == 1 }}

You accepted the suggestion.

{{ else }}

You rejected the sugestion.

{{ endif }} {{ if match_accepted_suggestion_1 == 1 }}

Your opponent accepted the suggestion.

{{ else }}

Your opponent rejected the suggestion.

{{ endif }} {{ if player.accepted_suggestion_1 == 1 and match_accepted_suggestion_1 == 1 }} {{ if subsession.outside_type == "Strong" and player.accepted_objects_A < player.outside_option_A }}

But you agreed to receive fewer objects than your outside option. As it is a strong outside option, you will receive zero.

{{ endif }} {{ endif }} {{ endif }} {{ if player.breakdown_happened == 1 }}

There was not an agreement so a bargaining breakdown happened.

Both players will earn ECU equal to their outside option.

{{ else }}

{{ player.suggestion_1_objects_A }} ECU + {{ player.suggestion_1_objects_B }} ECU x {{ player.objects_B_multiplier }} = {{ player.ecu_earned_this_round }} ECU

{{ endif }} {{ endif }} {{ endif }}

You will earn {{ player.ecu_earned_this_round }} ECU if this round is selected for payoffs.


{{ next_button }} {{ else }}

You were not able to answer in time. A bot will play in your place.

{{ endif }}

{{ include_sibling summary }} {{ endblock }} {{ block styles }} {{ endblock }}