{{ block content }} {{ load static otree }}
You have chosen the option: {{ if player.SI1_answer == 0 }} STAG {{ else }} HARE {{ endif }}. The other player has chosen {{ if player.SI1_combination == "SS" or player.SI1_combination == "HS" }} STAG {{ endif }} {{ if player.SI1_combination == "SH" or player.SI1_combination == "HH" }} HARE {{ endif }}. Your payoff from the task is {{player.payoff}}

You have chosen the option: {{ if player.SI2_answer == 0 }} BALLET {{ else }} BOXING {{ endif }}. The other player has chosen {{ if player.SI2_combination == "BalBal" or player.SI2_combination == "BoxBal" }} BALLET{{ else }} BOXING{{ endif }}. Your payoff from the task is {{player.payoff}}

{{ endif }}
{{ endif }}
{{ if player.participant.treatment == "SI4" }}
You have chosen the option: {{ if player.SI4_answer == 0 }} SWERVE {{ else }} CONTINUE {{ endif }}. The other player has chosen {{ if player.SI4_combination == "SS" or player.SI4_combination == "CS" }} SWERVE {{ else }} CONTINUE{{ endif }}. Your payoff from the task is {{player.payoff}}

You have chosen the option: {{ if player.SI5_answer == True }} DEFECT{{ else }} COOPERATE {{ endif }}. The other player has chosen {{ if player.SI5_combination == "DC" or player.SI5_combination == "CC" }} COOPERATE {{ else }} DEFECT {{ endif }}. Your payoff from the task is {{player.SI5_points}} points.
