{{ block title }} Spiel {{GameNumber}}/2: Runde {{round_num}}/5 {{ endblock }} {{ block content }}

{{if round_num == 1}} Bisher wurden noch keine Spiele gespielt. Die Tabelle ist dementsprechend noch nicht gefüllt.
{{if player.id_in_group == 2}} Bilden Sie eine Strategie über die fünf Spielrunden!
{{endif}} {{endif}}

{{if player.id_in_group == 1}}Spielergebnisse vergangener Entrants {{else}}Ihre bisherigen Spielergebnisse {{endif}}

{{if player.id_in_group == 1}}Spieldaten vergangener Entrants mit dem Monopolisten{{else}}Ihre bisherigen Spieldaten als Monopolist{{endif}}
Runde {{if player.id_in_group == 1}}Auszahlung Entrant{{else}}Ihre bisherigen Auszahlungen{{endif}} Ist der Entrant in den Markt eingetreten? {{if player.id_in_group == 1}}Anteil Strategie Erschweren gesamtes Spiel{{else}}Ihr Anteil Strategie Erschweren gesamtes Spiel{{endif}} {{if player.id_in_group == 1}}Anteil Strategie Erschweren erste 60s{{else}}Ihr Anteil Strategie Erschweren erste 60s{{endif}}
1 {{if player.id_in_group == 1}}{{display_ent_payoff.1}}{{else}}{{display_inc_payoff.1}}{{endif}} {{display_proportion_marketentry.1}} {{display_proportion_fight.1}} {{display_proportion_fight_60s.1}}
2 {{if player.id_in_group == 1}}{{display_ent_payoff.2}}{{else}}{{display_inc_payoff.2}}{{endif}} {{display_proportion_marketentry.2}} {{display_proportion_fight.2}} {{display_proportion_fight_60s.2}}
3 {{if player.id_in_group == 1}}{{display_ent_payoff.3}}{{else}}{{display_inc_payoff.3}}{{endif}} {{display_proportion_marketentry.3}} {{display_proportion_fight.3}} {{display_proportion_fight_60s.3}}
4 {{if player.id_in_group == 1}}{{display_ent_payoff.4}}{{else}}{{display_inc_payoff.4}}{{endif}} {{display_proportion_marketentry.4}} {{display_proportion_fight.4}} {{display_proportion_fight_60s.4}}

Um in Runde {{round_num}} zu starten, wählen Sie Ihre initiale Strategie aus. Ihre Strategie können Sie während Phase 1 jederzeit ändern.

{{if player.id_in_group == 1}}

Ihre initiale Strategie:

Entrant Monopolist

({{Constants.payout_entrant_invest_tolerate_1}},{{Constants.payout_incumbent_invest_tolerate_1}})

({{Constants.payout_entrant_invest_fight_1}},{{Constants.payout_incumbent_invest_fight_1}})

({{Constants.payout_entrant_ninvest_tolerate_1}},{{Constants.payout_incumbent_ninvest_tolerate_1}})

({{Constants.payout_entrant_ninvest_fight_1}},{{Constants.payout_incumbent_ninvest_fight_1}})

{{else}}

Ihre initiale Strategie:

Entrant Monopolist

({{Constants.payout_entrant_invest_tolerate_1}},{{Constants.payout_incumbent_invest_tolerate_1}})

({{Constants.payout_entrant_invest_fight_1}},{{Constants.payout_incumbent_invest_fight_1}})

({{Constants.payout_entrant_ninvest_tolerate_1}},{{Constants.payout_incumbent_ninvest_tolerate_1}})

({{Constants.payout_entrant_ninvest_fight_1}},{{Constants.payout_incumbent_ninvest_fight_1}})

{{endif}}

{{next_button}} {{endblock}}