{{ block title }} Bargaining results {{ endblock }} {{ block content }} {{ include_sibling "TimerWarning.html" }} {{ if player.replaced_by_bot == 0 }}
Outside option {{ player.outside_option_A }} Round {{ player.round_number }} / {{ C.NUM_ROUNDS }}
Rule If agreement is reached: Earnings = number of points you receive in the agreement.
If no agreement is reached: Earnings = your outside option.

{{ 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 points received.

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

Your opponent accepted offer 1: {{ player.offer_1_objects_A }} points for you.

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

Your opponent accepted offer 2: {{ player.offer_2_objects_A }} points for you.

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

You accepted offer 1: {{ player.offer_3_objects_A }} points for you.

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

You accepted offer 2: {{ player.offer_4_objects_A }} points for you.

{{ 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 }} {{ endblock }} {{ block styles }} {{ endblock }}