{{ block title }}
Merger Results
{{ endblock }}
{{ block content }}
{{ if group.matching_contract }}
Congrats! You reached a merger agreement with {{ other_companies_label }},
creating a total profit of 90. In accordance with your agreement, you will receive a profit of {{player.firmA}}, and firm B will receive the remaining profit of {{player.firmB}}
{{if player.contract == 'AB'}} .
{{elif player.contract == 'AC'}} Congrats! You reached a merger agreement with company C, creating a total profit of 70. In accordance with your agreement, you will receive a profit of {{player.firmA}}, and firm C will receive the remaining profit of {{player.firmC}}.
{{elif player.contract == 'ABC'}} Congrats! You reached a merger agreement with companies BC, creating a total profit of 100. In accordance with your agreement, you will receive a profit of {{player.firmA}}, firm B will receive a profit of {{player.firmB}}, and firm C will receive the remaining profit of {{player.firmC}}.
{{ else }} Unfortunately, you have not reached a merger agreement. Your total profit is therefore 0. Rethink your negotiating strategy, you got this! {{ endif }}
{{if player.contract == 'AB'}} Congrats! You reached a merger agreement with company A, creating a total profit of 90. In accordance with your agreement, you will receive a profit of {{player.firmB}}, and firm A will receive the remaining profit of {{player.firmA}}.
{{elif player.contract == 'BC'}} Congrats! You reached a merger agreement with company C, creating a total profit of 40. In accordance with your agreement, you will receive a profit of {{player.firmB}}, and firm C will receive the remaining profit of {{player.firmC}}.
{{elif player.contract == 'ABC'}} Congrats! You reached a merger agreement with companies AC, creating a total profit of 100. In accordance with your agreement, you will receive a profit of {{player.firmB}}, firm A will receive a profit of {{player.firmA}}, and firm C will receive the remaining profit of {{player.firmC}}.
{{else}} Unfortunately, you have not reached a merger agreement. Your total profit is therefore 0. Rethink your negotiating strategy, you got this! {{ endif }}
{{ endif }}
{{if player.role == Constants.c_role}}
{{if player.contract == 'AC'}} Congrats! You reached a merger agreement with company A, creating a total profit of 70. In accordance with your agreement, you will receive a profit of {{player.firmC}}, and firm A will receive the remaining profit of {{player.firmA}}.
{{elif player.contract == 'BC'}} Congrats! You reached a merger agreement with company B, creating a total profit of 40. In accordance with your agreement, you will receive a profit of {{player.firmC}}, and firm B will receive the remaining profit of {{player.firmB}}.
{{elif player.contract == 'ABC'}} Congrats! You reached a merger agreement with companies AB, creating a total profit of 100. In accordance with your agreement, you will receive a profit of {{player.firmC}}, firm B will receive a profit of {{player.firmB}}, and firm A will receive the remaining profit of {{player.firmA}}.
{{else}} Unfortunately, you have not reached a merger agreement. Your total profit is therefore 0. Rethink your negotiating strategy, you got this! {{ endif }}
{{ endif }}
{{ else }} Unfortunately, you have not succesfully negotiated a merger. Your contracts do not reflect a mutual agreement. This could be the result of contradicting profit splits, differering partner submitions, or time lapse. All three companies will recieve a profit of zero for this round. Rethink your negotiating strategy, you got this!
{{ endif }}
{{ next_button }}
{{ endblock }}