{{ 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.accepted_offer == 0 }} {{ if player.breakdown_happened == 1 }}

A bargaining breakdown happened.

{{ else }}

Negotiations were abandoned.

{{ endif }}

Both players will receive their outside options for objects A and nothing from objects B.

{{ else }} {{ if player.accepted_offer == 1 }}

Your opponent accepted the offer 1: {{ player.offer_1_objects_A }} objects A and {{ player.offer_1_objects_B }} objects B for you.

{{ endif }} {{ if player.accepted_offer == 2 }}

Your opponent accepted the offer 2: {{ player.offer_2_objects_A }} objects A and {{ player.offer_2_objects_B }} objects B for you.

{{ endif }} {{ if player.accepted_offer == 3 }}

You accepted the offer 1: {{ player.offer_3_objects_A }} objects A and {{ player.offer_3_objects_B }} objects B for you.

{{ endif }} {{ if player.accepted_offer == 4 }}

You accepted the offer 2: {{ player.offer_4_objects_A }} objects A and {{ player.offer_4_objects_B }} objects B for you.

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

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

{{ else }}

{{ player.accepted_objects_A }} ECU + {{ player.objects_B_multiplier }} x {{ player.accepted_objects_B }} ECU = {{ player.ecu_earned_this_round }} ECU

{{ 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 }}