{{ block title }}Summary of the Round{{ endblock }}
{{ block content }}
{{ if player.winner == True }} Congratulations, you won this round! {{ else }} Sorry, unfortunately you lost this round! {{ endif }}
Below you can find a summary of this round:
Your random number: {{ player.number_received }}
Your reported number: {{ player.number_reported }}
Own misreporting detected: {{ own_misreporting }}
Reduction in points as you raised the flag: {{ player.reduction_in_points }}
Number that went into competition with peer: {{ player.number_competition }}
Winner of the game: {{ winner }}
Bonus obtained this round: {{ player.bonus_game }} ECU
You raised the flag and pointed out potential misreporting. Did your action lead to an investigation in this round: {{ investigation_started }}
If so, did the other player misreport the number: {{ other_misreported }}
{{ if incentives == True }}Your bonus from raising the flag is: {{ whistleblowing_bonus }} ECU
{{ endif }} {{ endif }} {{ next_button }} {{ endblock }}