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

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

{{ if player.accepted_suggestion_1 == 1 }}You accepted the suggestion.{{ else }}You rejected the suggestion.{{ 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 }}

You agreed to receive fewer points than your outside option. Since an agreement was reached, your earnings equal the agreed number of points.

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

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