{{ block title }} Part 1: Round 3: Overview on Reviews - {{ C.use_3 }} {{ endblock }} {{ block content }} Your rank is {{ rank }}. {{ if rank == 1}} You won round 3. {{ else}} You did not win round 3. {{ endif }} {{ if treatment == "Three_trans"}} {{ if player.id_in_group == 1}}
Total rating given by you.
Average total rating you received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ elif player.id_in_group == 2}}
Total rating given by Participant 1.
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by you.
Average total rating you received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ else }}
Total rating given by Participant 1.
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by you.
Average total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ endif }} {{ elif treatment == "One_trans" }} {{ if player.id_in_group == 1}}
Total rating given by you.
Total rating you received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ elif player.id_in_group == 2}}
Total rating given by Participant 1.
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by you.
Total rating you received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by Participant 3.
Total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ else }}
Total rating given by Participant 1.
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating given by Participant 2.
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating given by you.
Total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ endif }} {{ elif treatment == "One_intrans" }} {{ if player.id_in_group == 1}}
Total rating you received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ elif player.id_in_group == 2}}
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating you received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ else }}
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ endif }} {{ elif treatment == "Three_intrans"}} {{ if player.id_in_group == 1}}
Average total rating you received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ elif player.id_in_group == 2}}
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Average total rating you received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Average total rating Participant 3 received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ else}}
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }})
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }})
Average total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }})
{{ endif }} {{ endif }}

How fair do you consider the rating you received in this round?
Completely unfair  {{ for choice in form.fair_3 }} {{ choice }} {{ endfor }}   Completely fair

{{ next_button }}
{{ endblock }}