{{ extends 'global/Page.html' }} {{ block title }}What Happened:{{ endblock }} {{ block content }} {{if player.Early_Contract == True}}
You pursued an early contract, so you got a payoff of {{player.payoff}}.
Here is what happened to everyone else:
{{else}}You chose to wait to try to find a good fit (and thus a higher payoff).
As a result, you got a payoff of {{player.payoff}}, and here's how that happened:
{{endif}} {{if subsession.firms_long == True}}A new firm entered into the market.
{{if f1.Early_Contract == True and f2.Early_Contract == True and f3.Early_Contract == True }}Since all workers had been hired, that firm was unable to hire anybody.
{{else}}That firm immediately hired one of the remaining workers.
{{endif}} {{else}}A new worker entered into the market.
{{endif}} {{if f1.Early_Contract == True}}Player 1 pursued an early contract and got a payoff of {{f1.payoff}}.
{{elif f1.payoff == 0}}Player 1 waited for the centralized market, but found no workers to hire, and got a payoff of {{f1.payoff}}.
{{else}}Player 1 waited for the centralized market, and hired a worker that was a good fit, for a payoff of {{f1.payoff}}.
{{endif}} {{if f2.Early_Contract == True}}Player 2 pursued an early contract and got a payoff of {{f1.payoff}}.
{{elif f2.payoff == 0}}Player 2 waited for the centralized market, but found no workers to hire, and got a payoff of {{f2.payoff}}.
{{else}}Player 2 waited for the centralized market, and hired a worker that was a good fit, for a payoff of {{f2.payoff}}.
{{endif}} {{if f3.Early_Contract == True}}Player 3 pursued an early contract and got a payoff of {{f3.payoff}}.
{{elif f3.payoff == 0}}Player 3 waited for the centralized market, but found no workers to hire, and got a payoff of {{f3.payoff}}.
{{else}}Player 3 waited for the centralized market, and hired a worker that was a good fit, for a payoff of {{f3.payoff}}.
{{endif}} {{ formfields }} {{ next_button }} {{ endblock }}